# 使用mysql 数据库mysql > use mysql;# 特定用户的host 修改mysql > update user set host='%' where user='root';
flush privileges;