mysql忘记密码
时间:2011-11-18
来源:互联网
恢复mysql的root口令:
向mysql server 发进kill 命令关掉 mysqld server 不要kill -9
kill ‘cat /mysql-data-directory/hostname.pid'
ps awux | grep mysql
杀掉进程。
使用 ’ --skip-grant-tables‘ 参数来启动mysqld
使用 mysql -hhostname mysql命令登陆到mysqld server 上 用grant 命令改变口令
grant ALL on *.* to root@登陆主机 identity by ”密码“
mysqladmin -hhostname -uuser password 'newpassword'
use mysql;
update user set password = Password ('your pass') where user='root'
载入权限列表
mysqladmin -hhostname flush-privileges
FLUSH PRIVILEGES
也可重启mysql
向mysql server 发进kill 命令关掉 mysqld server 不要kill -9
kill ‘cat /mysql-data-directory/hostname.pid'
ps awux | grep mysql
杀掉进程。
使用 ’ --skip-grant-tables‘ 参数来启动mysqld
使用 mysql -hhostname mysql命令登陆到mysqld server 上 用grant 命令改变口令
grant ALL on *.* to root@登陆主机 identity by ”密码“
mysqladmin -hhostname -uuser password 'newpassword'
use mysql;
update user set password = Password ('your pass') where user='root'
载入权限列表
mysqladmin -hhostname flush-privileges
FLUSH PRIVILEGES
也可重启mysql
作者: linuxemail 发布时间: 2011-11-18
有帮助吗?
作者: linuxemail 发布时间: 2011-11-18
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28