您好,欢迎来到思海网络,我们将竭诚为您提供优质的服务! 诚征网络推广 | 网站备案 | 帮助中心 | 软件下载 | 购买流程 | 付款方式 | 联系我们 [ 会员登录/注册 ]
促销推广
客服中心
业务咨询
有事点击这里…  531199185
有事点击这里…  61352289
点击这里给我发消息  81721488
有事点击这里…  376585780
有事点击这里…  872642803
有事点击这里…  459248018
有事点击这里…  61352288
有事点击这里…  380791050
技术支持
有事点击这里…  714236853
有事点击这里…  719304487
有事点击这里…  1208894568
有事点击这里…  61352289
在线客服
有事点击这里…  531199185
有事点击这里…  61352288
有事点击这里…  983054746
有事点击这里…  893984210
当前位置:首页 >> 技术文章 >> 文章浏览
技术文章

Linux下找回mysql密码的方法

添加时间:2010-11-27  添加: admin 
 Linux忘记mysql教程密码找回方法 今天我们主要是讲一下关于linux忘记mysql密码处理方法,下面提供了5种linux忘记mysql密码找回方法哦。

  方法一:

  以下是代码片段:

  # /etc/init.d/mysql stop

  # mysqld_safe --user=mysql --skip-grant-tables --skip-networking &

  # mysql -u root mysql

  mysql> update user set password=password('newpassword') where user='root';

  mysql> flush privileges;

  mysql> quit

  # /etc/init.d/mysql restart

  # mysql -uroot -p

  enter password: <输入新设的密码newpassword>

  mysql>

  方法二:

  直接使用/etc/mysql/debian.cnf文件中[client]节提供的用户名和密码:

  以下是代码片段:

  # mysql -udebian-sys-maint -p

  enter password: <输入[client]节的密码>

  mysql> update user set password=password('newpassword') where user='root';

  mysql> flush privileges;

  mysql> quit

  # mysql -uroot -p

  enter password: <输入新设的密码newpassword>

  mysql>

  方法三:

  这种方法我没有进行过测试,因为我的root用户默认密码已经被我修改过了,那位有空测试一下,把结果告诉我,谢谢!!

  以下是代码片段:

  # mysql -uroot -p

  enter password: <输入/etc/mysql/debian.cnf文件中[client]节提供的密码>

  方法四:

  方法如下:

  1, 关闭mysql服务

  以下是代码片段:

  /etc/init.d/mysqld stop

  2,使用 –skip-grant-tables选项启动mysql服务,可以修 改/etc/inin.d/mysqld脚本启动位置增加此选项,

  以下是代码片段:

  vi /etc/init.d/mysqld

  在下面运行启动的语句里增加--skip-grant-tables

  以下是代码片段:

  /usr/bin/mysqld_safe --skip-grant-tables --datadir="$datadir" --socket="$socketfile"

  --log-error="$errlogfile" --pid-file="$mypidfile"

  加入--skip-grant-tables的意思是启动mysql服务的时候跳 过权限表认证。启动后,连接到mysql的root不需要口令

  3,重新启动mysql服务

  以下是代码片段:

  /etc/init.d/mysqld start

  4. 修改root用户的密码;

  以下是代码片段:

  mysql> update mysql.user set password=password('123456') where user=root;

  mysql> flush privileges;

  mysql> quit

  5. 重新启动mysql,就可以使用 新密码登录了。

  以下是代码片段:

  mysql

  mysql -u root –p

  输入密码:123456

  6,关闭mysql服务

  以下是代码片段:

  /etc/init.d/mysqld stop

  7, 重新修改第2步修改的/etc/init.d/mysqld,使其保持原来不变,也就是取消--skip-grant-tables语句

  8,重新 启动mysql服务

  以下是代码片段:

  /etc/init.d/mysqld start

  unix

分享到:

顶部 】 【 关闭
版权所有:佛山思海电脑网络有限公司 ©1998-2024 All Rights Reserved.
联系电话:(0757)22630313、22633833
中华人民共和国增值电信业务经营许可证: 粤B1.B2-20030321 备案号:粤B2-20030321-1
网站公安备案编号:44060602000007 交互式栏目专项备案编号:200303DD003  
察察 工商 网安 举报有奖  警警  手机打开网站