MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: Peter Brawley
Date: June 13, 2009 10:33AM

Before testing phpMyAdmin, you should ensure that a web page can see MySQL by running a test page which says only ...

<?php phpinfo(); ?>

then when that works, running another test page which says ...

mysql_connect(yourhost,username,password) or exit(mysql_error());
echo "connected";

Install phpMyAdmin only after both those work. For a help page on installing phpMyAdmin see http://minitutorials.com/apache/phpmyadmin11.shtml

PB
http://www.artfulsoftware.com



Edited 1 time(s). Last edit at 06/13/2009 10:37AM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
June 13, 2009 10:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.