2021年8月6日

摘要: 1、 关闭Mysql 2、进入/etc/my.cnf 添加skip-grant-tables 3、进入Mysql 4、use mysql-->update mysql.user set authentication_string=password('root_password') where use 阅读全文

posted @ 2021-08-06 10:52 -=- 阅读(191) 评论(0) 推荐(0)