XAMPP设置MySql服务器用户名密码及远程访问权限
设置MySql服务器用户名密码路径:XAMPP/xamppfiles/phpmyadmin/config.inc.php,因为版本不同,也可能在目录:XAMPP/phpMyAdmin/config.inc.php$cfg['Servers'][$i]['auth_type'] = 'http';$cfg['Servers'][$i]['user'] = 'root';$cfg['Servers...
原创
2017-12-11 23:24:30 ·
8347 阅读 ·
0 评论