Hi there!TLDR; 放行端口,或直接关闭防火墙修改root用户的host字段值为”%”update user set host = '%' where user = 'root';flush privileges;