service iptables stop
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '<root-password>' WITH GRANT OPTION
flush privileges;
service iptables stop
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '<root-password>' WITH GRANT OPTION
flush privileges;
转载于:https://www.cnblogs.com/qiqisx/p/9747351.html