1.MySQL数据库允许外界访问 ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '123456';flush privileges;