我的php版本是5.1.2
mysql版本是5.0.19-nt-log
php版本5.1.2
装的phpmyadmin是phpMyAdmin-3.1.1-all-languages.zip
配置文件改成了:
$cfg['blowfish_secret'] = 'www.myd.net'; 
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;
$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';
$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;
$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
进入http://localhost/phpmyadmin/后出现错误要php版本升级!一定要改php的版本才行吗?