Home > Q&A > body text
centos下如何做到如题,由于要做平衡数据库迁移,谢谢!
怪我咯2017-04-17 15:05:17
update mysql.user set Host = '127.0.0.1' where User = 'root';This is the modification
mysql
user
If there are several IPs, copy this record and leave other fields unchanged, just change the host