php, mysql not getting along
Posted by: seephp (---.lyn.east.verizon.net)
Date: November 24, 2006 02:42AM

when i tried to open myphpadmin I get this error:

Cannot load mysql extension. Please check your PHP configuration. - Documentation

and

when i try to load SQLlitemanager I get this error:

The SQLite extension can't be loaded.

Can someone please help me?

Options: ReplyQuote
Re: php, mysql not getting along
Posted by: CyberSpatium (71.237.217.---)
Date: November 24, 2006 10:42AM

starting with php 5, the php development community shipped php with the mysql and sqlite extension disabled by default. so you need to enable the mysql and sqlite extensions in your php.ini file. after you edit your php.ini file, restart apache for the new settings to take effect. if it worked you see a section for mysql and sqlite in the results of running phpinfo()


CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote
Re: php, mysql not getting along
Posted by: seephp (---.lyn.east.verizon.net)
Date: November 24, 2006 02:41PM

It looks like they are enabled but it still gets the same error...

Options: ReplyQuote
Re: php, mysql not getting along
Posted by: CyberSpatium (71.237.217.---)
Date: November 24, 2006 06:28PM

make sure you edit the correct php.ini file, use the wamp tray icon menu to edit your php.ini file.


CyberSpatium
WAMP English Forum Admin

Options: ReplyQuote


Sorry, only registered users may post in this forum.