摘要: 1、进入my.cnf 修改[mysqld]标签下添加一句:skip-grant-tables 2、重启后 可直接登录数据库 3、修改密码 update mysql.user set authentication_string=password('password') where user='user 阅读全文
posted @ 2024-03-07 10:15 有条不紊 阅读(3) 评论(1) 推荐(0) 编辑
页脚