mysql远程连接 2023-03-22 本文已影响0人 勤的空间 use mysql update user set host = '%' where user = 'root'; FLUSH PRIVILEGES;