Cannot load mysql extension. Please check your PHP configuration.

;extension=php_mysql.dll   ==>> extension=php_mysql.dll
;extension=php_mysqli.dll  ==>> extension=php_mysqli.dll
extension_dir  “”               ==>> extension_dir = “C:\Program Files\PHP”

Content of config.inc.php is:

<?
$cfg['Servers'][1]['host'] = ‘localhost’;
$cfg['Servers'][1]['extension'] = ‘mysql’;
$cfg['Servers'][1]['connect_type'] = ‘tcp’;
$cfg['Servers'][1]['compress'] = false;
$cfg['Servers'][1]['auth_type'] = ‘config’;
$cfg['Servers'][1]['user'] = ‘root’;
$cfg['Servers'][1]['password'] = ‘aaaa’;

?>

anyShare分享到:
          

相关文章

  1. How to reset the mySQL admin password
  2. MySQL 图形工具 —- MySQL-Front
  3. Ubuntu Server apt-get install Apache2 & PHP5 & MySQL5
  4. MySQL 图形工具 —- HeidiSQL
  5. Mysql ALTER TABLE 操作