一、允许任何用户远程访问MySql grant all privileges on *.* to 'root'@'%' identified by '密码' with grant option; flush privileges;