MySQL Forums
Forum List  »  PHP

Re: Cannot load mysql extension. Please check your PHP configuration
Posted by: Peter Brawley
Date: November 11, 2009 03:40PM

Sonny,

> PHPInfo() page working fine for PHP installation.
> ONly PHPmyadmin is not working.

Does a page with this code say you are connected?

<?php
$conn = mysql_connect( "yourhostname", "yourusername", "yourpassword" ) or exit( mysql_error() );
echo "Connected.";
?>'

If not, walk through all steps & checks at http://www.artfulsoftware.com/php_mysql_win.html. If so, fill out the Server Configuration section in phpMyAdmin/config.inc.php.

PB

Options: ReplyQuote


Subject
Written By
Posted
Re: Cannot load mysql extension. Please check your PHP configuration
November 11, 2009 03:40PM


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.