[求助]本地phpMyAdmin管理远程数据库的问题
本地phpMyAdmin
config.inc.php的设置是
$cfg['Servers'][$i]['host'] = '远程主机IP';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123456';
连接时显示
MySQL 返回:
#2003 - 服务器没有响应
问题出在哪里了