mysql(12)

作者: StarShift | 来源:发表于2016-12-10 17:15 被阅读49次

1、 vim /etc/mysql/my.cnf
修改监听端口
bind-address = 192.168.125.128

2、给其他用户授权, root 192.168.125.130

GRANT ALL PRIVILEGES ON . TO root@'192.168.125.130' identified by 'Newer@123';

flush all privileges;

相关文章

网友评论

      本文标题:mysql(12)

      本文链接:https://www.haomeiwen.com/subject/setumttx.html