数据库MySQL允许远程用户登录 云博小周宇2024年5月5日2023年8月12日1 Min Read mysql>use mysql; mysql>update user set host = ‘%‘ where user = ‘root‘; FLUSH PRIVILEGES