数据库MySQL数据库可以用任意ip连接访问的方法 云博小周宇2024年5月5日2023年8月20日1 Min Read > use mysql; > update user set host=‘%‘ where host=‘localhost‘; > flush privileges;