时间:2021-07-01 10:21:17 帮助过:4人阅读
# 第一步需要检查Mysql的配置
在my.cnf里面配置好允许远程
在[mysqld]里面增加
skip-name-resolve
# 第二步 配置账号远程权限
grant all privileges on *.* to ‘mysql‘@‘%‘ identified by ‘passwd‘ with grant option
flush privileges;
HeidiSQL无法连接Myql
标签:
< 上一篇
Ex2010-03 figure out the number of mailboxes per database
下一篇 >
sql对应C#的类型
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册