MYSQL mysql: [Warning] Using a password on the command line interface can be insecure.
grant all privileges on *.* to 'root' @'%' identified by 'root';
flush privileges;
mysql -uroot -pxxx登录以后执行此命令OK
grant all privileges on *.* to 'root' @'%' identified by 'root';
flush privileges;
mysql -uroot -pxxx登录以后执行此命令OK