数据库忘记密码
程序员文章站
2022-06-01 17:44:44
...
[[email protected] data]# /etc/init.d/mysqld stop #关闭数据库
[[email protected] data]# mysqld_safe --skip-grant-tables --skip-networking & #进入单用户模式
[[email protected] data]# mysql #无密码连接
mysql> flush privileges; #更新特权表
mysql> alter user [email protected]'localhost' identified by '123';#修改密码
[[email protected] data]# /etc/init.d/mysqld restart #重启数据库
上一篇: 上市公司发力机器人产业
下一篇: 日本:机器人普及助解多种社会问题