mysql -u root select host,user,password from mysql.user; UPDATE mysql.user SET host='???.???.ne.jp' WHERE host='???.???.225.104'; flush privileges;