码迷,mamicode.com
首页 > 数据库 > 详细

如何用navicat连接linux服务器上的mysql

时间:2019-12-26 17:45:09      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:targe   nbsp   tar   tps   mysql   word   log   list   权限列表   

1,开启mysql权限:https://www.cnblogs.com/NaughtyCat/p/how-to-connect-to-mysql-on-linux-by-navicat.html

  • mysql开启root权限(mysql命令下执行)

赋予权限:   grant all privileges on *.* to ‘root‘@‘% ‘identified by ‘your password‘ with  grant option

刷新权限列表:   flush privileges

2,重启mysql服务 :https://blog.csdn.net/qq_31083947/article/details/90248565

  使用 chkconfig --list  查询服务列表,然后根据名字重启相应服务就好

如何用navicat连接linux服务器上的mysql

标签:targe   nbsp   tar   tps   mysql   word   log   list   权限列表   

原文地址:https://www.cnblogs.com/wskb/p/12103240.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!