摘要: 登录后执行语句 ALTER USER 'test'@'localhost' IDENTIFIED WITH MYSQL_NATIVE_PASSWORD BY '新密码'; 修改Host范围 update user set host = "%" where user = "root"; mysql跳过 阅读全文
posted @ 2022-07-14 10:02 chendeming 阅读(70) 评论(0) 推荐(0) 编辑