navicat for mysql cant connect to server 10038 远程连接出错
Posted singularity
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了navicat for mysql cant connect to server 10038 远程连接出错相关的知识,希望对你有一定的参考价值。
使用的登录账号没有开通远程登录的权限,所以只能在服务器上通过命令行登录。
解决办法如下:
1.在服务器上通过命令行或客户端登录mysql;
2.执行以下sql:GRANT ALL PRIVILEGES ON 开放权限的数据库.* TO 用户名@"%" IDENTIFIED BY "密码串";
假如给root用户开放远程登录test数据库的权限,并设置登录密码为123456:GRANT ALL PRIVILEGES ON test.* TO [email protected]"%" IDENTIFIED BY "123456";
以上是关于navicat for mysql cant connect to server 10038 远程连接出错的主要内容,如果未能解决你的问题,请参考以下文章
navicat连接mysql: 报错1042 cant get hostname for your address
navicat 连接mysql报错2002-Cant‘t connect to server on “localhost“(10061)
navicat用不了,双击之后出现“2003-cant connect to mysql server on locallhost”
navicat用不了,双击之后出现“2003-cant connect to mysql server on locallhost”。