mysql如何修改root密码
https://jingyan.baidu.com/article/6f2f55a14805e6b5b83e6c77.html
然后去配置下config.inc.php文件中的语句:
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
$cfg['Servers'][$i]['auth_type'] = 'cookie'; #需要输入密码登录模式
//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '新密码';
然后去配置下config.inc.php文件中的语句:
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '新密码';
浙公网安备 33010602011771号