MySQL does not work sad smiley
Posted by: Expo (---.cust.tele2.it)
Date: March 09, 2007 10:09PM

Hello i'm new and i'm Italiansmiling smiley. I have installed Wamp 1.7.0 replacing the previous version but MySQL does not work: With PhpMyAdmin and SqliteManager errors to the start appear me one of which: Impossible to load the extension mysql, <br/> I pray to control the PHP configuration serves me aid… Because I offer space web and without MySQL I do not conclude nothing…



Post Edited (03-09-07 22:13)

Options: ReplyQuote
Re: MySQL does not work sad smiley
Posted by: Expo (---.cust.tele2.it)
Date: March 09, 2007 11:39PM

The message of error on phpmyadmin in English is following: “cannot load MySQL extension, please check PHP Configuration”. How I resolve the problem? please you answer is urgent!!!!!

PLEASE HELPME.....................

Options: ReplyQuote
Re: MySQL does not work sad smiley
Posted by: CyberSpatium (71.237.217.---)
Date: March 10, 2007 10:35PM

starting with php 5.x, the developers of php decited to disabled the mysql extension by defautl. to get mysql to work, just enable the mysql extension in your php.ini file.

find:
;extension=php_mysql.dll

to enable it, remove the simi-colon in the front of the line like this:
extension=php_mysql.dll

save the file and restart apache for the new setting to take effect.


CyberSpatium
----------------------
WAMP English Forum Admin

Options: ReplyQuote


Sorry, only registered users may post in this forum.