1、支持root用户允许远程连接mysql数据库
grant all privileges on *.* to 'root'@'%' identified by 'password' with grant option; flush privileges;