Allen 2011-06-07 22:56:45 9351 7 0 0 0
 
1、运行命令Net stop mysql停止mysql服务
 
2、进mysql的安装路径,bin目录下使用mysqld-nt.exe启动,然后在运行命令
mysqld --skip-grant-tables
mysqld-nt --skip-grant-tables
--(mysqld-nt.exe默认可能没有,下载地址:http://down.qiannao.com/space/file/taoether/-4e0a-4f20-5206-4eab/-8f6f-4ef6-5de5-5177/Mysqld-002dnt.rar/.page)
 
3、另外打开一个命入令行窗口,执行mysql,此时回车一下即可进入。
 
4、按序输入:
use mysql;
update user set password=password("新密码") where user="root";
flush privileges;;exit
 
5、使用任务管理器,找到mysqld-nt的进程,结束进程!
 
6、在重新启动mysql-nt服务,net start mysql就可以用新密码登录了。
 
+++
执行过程如下:
1、运行命令Net stop mysql停止mysql服务
 
2、进mysql的安装路径,bin目录下使用mysqld-nt.exe启动,然后在运行命令mysqld-nt --skip-grant-tables
 
3、另外打开一个命入令行窗口,执行mysql,此时回车一下即可进入。
 
4、按序输入:
use mysql;
update user set password=password("新密码") where user="root";
flush privileges;;exit
 
执行过程如下:
 
C:Program FilesMySQLMySQL Server 5.1in>mysql
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1
Server version: 5.0.27-community-nt MySQL Community Edition (GPL)
 
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license
 
Type |help;| or |h| for help. Type |c| to clear the current input statement.
 
mysql> use mysql
Database changed
mysql> update user set password=password("abc123") where user="root";
Query OK, 2 rows affected (0.06 sec)
Rows matched: 2 Changed: 2 Warnings: 0
 
mysql> flush privileges;
Query OK, 0 rows affected (0.05 sec)
 
mysql>

Tag: TTTBLOG
我也要发一个   ·   返回首页   ·   返回[Mysql]   ·   前一个   ·   下一个
评论
Allen#1Allen 2011-06-09 13:34:09(N) 链接地址
| 1634 | www.souf51.com | 2011-06-09 13:34:09 | | http://www.souf51.com |
-----
文章收藏了 谢谢
Allen#2Allen 2011-06-09 13:35:47(N) 链接地址
| 1635 | www.ytzx.net | 2011-06-09 13:35:47 | | http://www.ytzx.net |
-----
正需要 mysql的服务器最近总是出问题
Allen#3Allen 2011-06-15 21:37:10(N) 链接地址
| 1638 | 超人 | 2011-06-15 21:37:10 | [email protected] | http://www.superm.org |
-----
直接打开数据库里面找表。。哈哈
Allen#4Allen 2011-07-12 22:16:27(N) 链接地址
| 1664 | BB霜 | 2011-07-12 22:16:27 | [email protected] | http://janyu.net |
-----
这个对用PHP的人都非常有用
Allen#5Allen 2011-07-12 22:32:53(N) 链接地址
| 1665 | 煎鱼 | 2011-07-12 22:32:53 | [email protected] | http://janyu.net |
-----
以前被这个东西搞死了
Allen#6Allen 2011-07-26 11:51:14(N) 链接地址
| 1676 | 红蜻蜓 | 2011-07-26 11:51:14 | [email protected] | http://xie.taosdo.com/ |
-----
blog多了有一点太累了
Allen#7Allen 2011-07-26 14:29:46(N) 链接地址
| 1677 | 丰禾棋牌 | 2011-07-26 14:29:46 | [email protected] | http://www.hx299.com |
-----
技术贴 支持啊支持。。。。
顶部     1/1 
欢迎评论
未登录,
请先 [ 注册 ] or [ 登录 ]
(一分钟即可完成注册!)
返回首页     ·   返回[Mysql]   ·   返回顶部