当前位置: > 数据库 > MySQL >

mysql图形化工具 navicat 局域网内连接另一台机器的mysql数据库

时间:2019-03-02 02:36来源:linux.it.net.cn 作者:IT

在mysql命令行执行:

 

Grant all privileges on *.* to 'root'@'%' identified by 'password' with grant option;

flush privileges;



(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容