connect to MySQL 10061 grant
程序员文章站
2022-03-21 08:14:44
...
在Ubuntu下安装了mysql数据库,用Navicat客户端不能链接上,报如下错误error:ERROR 2003 (HY000): Can
在Ubuntu下安装了mysql数据库,用Navicat客户端不能链接上,报如下错误error:ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
1)服务器上mysql -uroot -p123456 查询可以登录
2)ping OK
3)服务器上 mysql grant 外部权限 grant all privileges on *.* to 'root'@'%' identified by '123456'; flush privileges;进行授权
4)数据库配置my.cnt 注释掉skip。。。 和 bing 上服务器地址,,原理是127.0.0.1
5)/etc/init.d/mysql restart
//Navicat 8.2.12 , MySQL GUI Tools 5.0
上一篇: php中实现FastCGI协议及深入理解
下一篇: 我的群发邮件程序_php基础
推荐阅读
-
Linux登录MySQL时出现 Can't connect to local MySQL server through socket '/tmp/mysql.sock'解决方法
-
PHP提示Deprecated: mysql_connect(): The mysql extension is deprecated的解决方法
-
mysql server is running with the --skip-grant-tables option
-
mysql_connect(): Connection using old (pre-4.1.1) authentication protocol refuse
-
mysql利用init-connect增加访问审计功能的实现
-
CodeIgniter错误mysql_connect(): No such file or directory解决方法
-
IIS下PHP连接数据库提示mysql undefined function mysql_connect()
-
mysql_connect localhost和127.0.0.1的区别(网络层阐述)
-
关于mysql init_connect的几个要点总结
-
mysql数据库mysql: [ERROR] unknown option '--skip-grant-tables'