Access denied for user 'root'@'XXXXX' (using password: YES)
mysql命令不正确造成;
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges
mysql命令不正确造成;
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges