mysql远程访问2020-11-15 本文已影响0人 紫陌红尘Oo 登录mysql后执行如下操作 use mysql update user set host = '%' where user = 'root'; FLUSH PRIVILEGES;