tags:

views:

40

answers:

2

Hi,

I have installed php5.3.2 and MySql on Ubuntu 10.4.

Now how do I add or download php_mysql.dll to add mysql support in php ?

I have visited MySql Download page, but I don't know what to download.

Can someone point me in a right direction ?

I am not sure, if this question might fit in Superuser.

Thanks.

+2  A: 

php_mysql.dll is for Windows only. Read this instalation guide it may be helpfull.

antyrat
Thanks for educating : )
Searock
+5  A: 

You can install the package php5-mysql through apt-get.

CrociDB
Thanks a lot, you saved a lot of pain : )
Searock