HeidiSQL无法连接Myql

# 第一步需要检查Mysql的配置

在my.cnf里面配置好允许远程

在[mysqld]里面增加

  skip-name-resolve

# 第二步 配置账号远程权限

grant all privileges on *.* to 'mysql'@'%' identified by 'passwd' with grant option

flush privileges;

posted @ 2016-05-10 16:31  vstarks  阅读(2009)  评论(0编辑  收藏  举报