Page 2 of 2
Posted: Fri Dec 04, 2009 5:10 pm
by Klemen
Like I thought. You don't have MySQL enabled in PHP that's why it doesn't work (nor will any script that uses MySQL work). You need to enable MySQL:
http://www.php.net/manual/en/mysql.installation.php
http://www.google.com/search?hl=en&q=en ... SQL+in+php
Posted: Fri Dec 04, 2009 6:06 pm
by eadams
I am going to try and sort this out. I am certain that the extensions have been enabled. I am going check the extension directory and a few other areas for problems. I really appreciate your time helping with this problem.
Posted: Mon Dec 07, 2009 7:20 pm
by eadams
I have followed all instructions regarding the php ini file and I still cant get mysql to show up in the phpinfo.php list. Could someone take a look at my ini file and let me know if I have overlooked a setting?
(REMOVED)
Posted: Tue Dec 08, 2009 2:11 pm
by Klemen
Providing support for PHP installation/configuration is not the purpose of this forum, please post any questions regarding configuration to the relevant PHP communities (and search Google for similar problems).
With that said, two quick things to check would be: is php_mysql.dll in your extensions folder? And did you restart the server after changing the php.ini file?
Posted: Tue Dec 08, 2009 2:14 pm
by eadams
Problem found, I was not rebooting the server. Thank you for your time.