现在位置:首页 » 包含标签 mysql远程访问设置 的所有文章
查询是否可以远程访问:
select * from mysql.user where host=% and user=MysqlUserName;
1.允许远程访问
grant all privileges on *.* to MysqlUserName@'%' identified by 'MysqlPassword' with grant option;
flush...
本月热门文章排行榜