mysql extension loaded, but not recognized

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ziggy3000
Forum Contributor
Posts: 205
Joined: Fri Mar 23, 2007 3:04 pm

mysql extension loaded, but not recognized

Post by ziggy3000 »

i just installed apache, php and mysql and they are all fine and all running, but when i try to install phpmyadmin, it gives me the error
Cannot load mysql extension. Please check your PHP configuration. - Documentation
. but when i look at phpinfo(), it shows that mysql and mysqli are loaded and working.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Is there a "good" reason you're wishing to install phpMyAdmin? ;)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

I couldn't get it installed either, and it was the best thing to ever happen to my databases. Open up the MySQL console and start learning SQL! n_n
ziggy3000
Forum Contributor
Posts: 205
Joined: Fri Mar 23, 2007 3:04 pm

Post by ziggy3000 »

i know SQL, but i dont like the MySQL interface. anyways, i solved the problem, which was really never a problem, because when i was trying to install phpMyAdmin, i got a problem when mysql wasnt loaded, and once it was loaded, i kept on reloading the error page lol.
Post Reply