进入mysql
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges;