Forum Moderators: coopster

Message Too Old, No Replies

PHP and mySQL on Windows 2003

php.ini file

         

txbakers

12:48 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I installed PHP 5.1.4 on my W2003 server, and downloaded the mySQL connectors, but I don't know the syntax for adding them to the php.ini file.

I'm running a SugarCRM program and on the installation routine it can't find the database, most likely because it's not in the php.ini file.

Can someone post or send me the syntax for registering the two dlls in the php.ini file?

THANKS.

jatar_k

3:04 am on May 18, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I think it is just a matter of uncommenting this line in the php.ini.dist

;extension=php_mysql.dll

and there are the settings in the [MySQL] section

there is always this thread
[webmasterworld.com...]

txbakers

10:40 am on May 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I didn't have that line to uncomment, so I just had to add it to the php.ini file.

I'm not a PHPer so it was tricky to get used to the syntax. There seem to be a lot of useful commands and functions.