忍者ブログ
プログラム実験・備忘録
[41] [40] [39] [38] [37] [36] [28] [35] [34] [33] [32]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

MYSQLのrootパスワード忘れた・・・
WindowsXPです。

D:\>mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

D:\>mysql -u root -p
Enter password: ******
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

なんとか復活。メモです。

+ + + + + + + + + +
以下でいける。
1.(コマンドプロンプト)Mysqlサービスを停止
D:\>net stop mysql
2.(コマンドプロンプト)権限無視モードでMysqlサービス開始

以下のコマンドで、権限無視モードで立ち上げです。
「--skip-grant-tables」オプションです。
インストールPATHは人それぞれなので、読み替えてください。
D:\>"D:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe" --skip-grant-tables
 Windowsでは、コマンドプロンプトで上記コマンドを打つと、
そのまま、ずっと応答がなくなります。それでOKです。

3.(コマンドプロンプト)user管理テーブルのrootのパスワードを強引にUPDATE

2.でのコマンドプロンプトは、実行中のまま放置ですので、
新たにコマンドコマンドプロンプトを立ち上げます。
そしてMysqlに接続します。

D:\>mysql -u root mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.0.51b-community-nt MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> update user SET Password=PASSWORD('新しいパスワード') WHERE User='root';
Query OK, 1 row affected (0.08 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

mysql>exit
4.Mysqlサービス停止

2.でのコマンドプロンプトは、実行中のままなので、
タスクマネージャのプロセスから「mysqld-nt.exe」を探して、
強制終了させます。

5.通常のMysqlサービスを開始

D:\>net start MySQL

6.ログイン確認
D:\>mysql -u root -p
Enter password: ***********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.0.51b-community-nt MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
PR
この記事にコメントする
お名前
タイトル
文字色
URL
コメント
パスワード Vodafone絵文字 i-mode絵文字 Ezweb絵文字
gold cartier bracelet fake
My Grandfather, Carl Anderson, traveled with Frank as a young boy. My Great Grandmother, Madame Labelle, was in a small traveling circus with Frank. My Great Grandmother would set Frank up on blind dates at the movie theater. He would already be sitting when the girl came and they would just stuff his third leg in between the seats. I have my Grandfather’s picture of him on my mantle. Even though Frank wasn’t a member of my family, I have always loved hearing his stories and every time I would visit my Grandfather I would ask him to take his picture out and tell me the exact same stories I heard before. I’m a cheap date.
gold cartier bracelet fake http://www.thislovebangle.cn/
gold cartier bracelet fake URL 2016/09/08(Thu) 編集
この記事へのトラックバック
この記事にトラックバックする:
広告
プロフィール
negao (45歳  男性)
土木工学卒でなぜかSEやってます。
最近、残業代も出なくなってツライな・・・
ブログ内検索
カウンター
アクセス解析
[41] [40] [39] [38] [37] [36] [28] [35] [34] [33] [32]
Powered by ニンジャブログ  Designed by ゆきぱんだ
Copyright © するのは失敗、何もしないのは、、、 All Rights Reserved
忍者ブログ / [PR]