摘要:
# 第一步需要检查Mysql的配置 在my.cnf里面配置好允许远程 在[mysqld]里面增加 skip-name-resolve # 第二步 配置账号远程权限 grant all privileges on *.* to 'mysql'@'%' identified by 'passwd' wi 阅读全文
posted @ 2016-05-10 16:31
vstarks
阅读(2118)
评论(0)
推荐(0)
浙公网安备 33010602011771号