设置/更改/重置 Mysql root 密码 ubuntu Linux

本文提供了一步一步的指南,教你如何在Ubuntu Linux上设置、更改或重置MySQL root密码,适用于Ubuntu Linux 7.10 Gutsy Gibbon 和 MySQL 5.0.45 或 Ubuntu Linux 6.06 Dapper Drake 和 MySQL 4.1.15。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

设置/更改/重置 Mysql root 密码 ubuntu Linux

 

Tested on
- Ubuntu Linux 7.10 Gutsy Gibbon and MySQL 5.0.45. (2007-10-21)
- Ubuntu Linux 6.06 Dapper Drake and MySQL 4.1.15.

Set / change / reset the MySQL root password on Ubuntu Linux. Enter the following lines in your terminal.
1.Stop the MySQL Server.

sudo /etc/init.d/mysql stop

2.Start the mysqld configuration.

sudo mysqld --skip-grant-tables &

3.Login to MySQL as root.

mysql -u root mysql

4.Replace YOURNEWPASSWORD with your new password!

 

UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;

Note: This method is not regarded as the securest way of resetting the password. However it works.

References:

MySQL 5.0 Reference Manual: How to Reset the Root Password

http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值