Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with mysql_connect()


theRemix

Recommended Posts

Posted

i have mysql, php, and IIS installed on my dev machine, my osCommerce cart will be deployed on the same setup.

 

in iis, php (cgi) works fine.

 

in C:\WINDOWS\php.ini

i have set

 

extension_dir = "D:\Program Files\PHP"
extension=libmySQL.dll
extension=php_mysql.dll
extension=php_mysqli.dll

 

i DO have those dlls in D:\Program Files\PHP

 

include_paths are commented out

 

 

in phpinfo();

Path 	D:\Program Files\PHP\;d:\ruby\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;D:\Program Files\bin;D:\Program Files\MySQL\MySQL Server 5.0\bin;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;D:\Program Files\PHP

 

but i do not have a mysql section (should i?)

 

 

how can i "turn mysql on" for php ?

Archived

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

×
×
  • Create New...