设为首页 加入收藏

TOP

Navicat连接不上Ubuntu中的MySQL服务器
2017-02-08 08:16:26 】 浏览:2703
Tags:Navicat 连接 Ubuntu MySQL 服务器

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


解决方法


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,问题解决。


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇MySQL -- binlog 操作与恢复 下一篇CentOS 7源码安装MySQL 5.7.17

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目