Navicat连接不上Ubuntu中的MySQL服务器

Navicat连接不上Ubuntu中的MySQL服务器,提示:2003- cant connect to mysql server on …..(10061)

Navicat连接不上Ubuntu中的MySQL服务器

解决方法

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
mysql> grant all privileges on *.* to root@"%" identified by "root";
Query OK, 0 rows affected, 1 warning (0.03 sec)

OK,问题解决。

相关推荐