使用客户端工具XShell访问Linux的MySQL
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
查看mysql下的user表
增加一个用户:
grant all on *.* togshen@'%' identified by 'gshen';
all:权限操作,包括select,insert,update,delete
gshen:创建的用户名
%:匹配的所有主机
gshen:密码
这样就增加了一个gshen的用户,可以来自任何的客户端连接。
使用Navicat就可以访问了。
现在访问就OK了。




A beautiful web dashboard for Linux
最近提交(Master分支:18 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)