摘要: mysql8修改登陆host: update user set host='%' where user='root'; host还原为localhost: update user set host='localhost' where user='root'; Aa123456! ALTER USER 阅读全文
posted @ 2023-06-21 17:40 文采杰出 阅读(31) 评论(0) 推荐(0)