navicat连接阿里云ESC里的数据库

1.进入阿里云服务器   ssh 用户名@ip 2.进入数据库   mysql -u root -p 3.设置mysql数据库权限(允许其他服务器连接数据库)    grant all privileges on . to '用户名'@'%' identified by '密码' with grant option;    grant all privileges on . to 'root'@'
相关文章
相关标签/搜索