centos - 弱弱的问一下,mysql如何能做到本地与指定内网ip同时访问?
大家讲道理
大家讲道理 2017-04-17 15:03:17
0
1
669

centos下如何做到如题,由于要做平衡数据库迁移,谢谢!

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
刘奇

update mysql.user set Host = '127.0.0.1' where User = 'root';
This is the modification

If there are several IPs, copy this record and leave other fields unchanged, just change the host

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template