PHPmyadmin进入不进去
发布网友
发布时间:2022-04-15 14:40
我来回答
共2个回答
热心网友
时间:2022-04-15 16:09
D:\wamp\apps\phpmyadmin3.5.1下的config.inc.php
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'HTTP';
//$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '1';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/* End of servers configuration */
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/* rajk - for blobstreaming */
$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['Servers'][$i]['AllowNoPassword'] = false;
是否与你数据库密码对应
有密码就是false
灭幼的话就是true
可以试试
热心网友
时间:2022-04-15 17:27
您安装的版本对吗?检查一下