skip to main
|
skip to sidebar
php && mysql
2008年7月3日 星期四
忘記mysql的root密碼
http://blog.tmu.edu.tw/tedyeng/000096.html
一、停用mysql
二、重新啟動mysql
mysqld -u root --skip-grant-tables &
三、修改root密碼
use mysql;
UPDATE user SET password=password('new password') where user='root';
FLUSH PRIVILEGES;
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
php&&mysql
心得
(8)
演算法與資料結構
(9)
css
(2)
evolution
(1)
joomla
(1)
jQuery
(4)
mysql
(8)
php
(11)
ubuntu
(10)
Zend Framework
(12)
網誌存檔
►
2009
(20)
►
7月
(1)
►
5月
(4)
►
4月
(4)
►
3月
(1)
►
2月
(5)
►
1月
(5)
▼
2008
(53)
►
12月
(6)
►
10月
(5)
►
9月
(8)
►
8月
(8)
▼
7月
(9)
shaker排序法--單邊
shaker排序法
氣泡排序法
直接插入法
直接選擇法
ubuntu的啟動管理
memcached的使用
輸出mysql的schema
忘記mysql的root密碼
►
6月
(15)
►
5月
(2)
沒有留言:
張貼留言