Jump to content

How To Install And Configure Php Mysql Manually On Windows?


Recommended Posts

I installed the php.exe so i got a PHP/ folder in C:\ and i also have installed mysql.msi.

 

Now what else do i have to do to configure and run these with their correct connectivity?

 

If i uncomment these line in php.ini, will it do the job?

 

;extension=php_mysql.dll

;extension=php_mysqli.dll

;extension=php_pdo_mysql.dll

 

Do i have to do anything special to configure mysql with php on windows 7?

Uncomment one of the lower, and use it (MySQLi or PDO) instead of the old and outdated MySQL library. But, yes, that should fix it.

Just remember to use a guide that shows you to use the library you've chosen, as there are some differences between the three choices.

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.