<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>MySQL</title><link>http://blog.blueshop.com.tw/guancheng713/category/2413.aspx</link><description>MySQL</description><managingEditor>Aery</managingEditor><dc:language>zh-TW</dc:language><generator>.Text Version 0.95.2004.101</generator><item><dc:creator>Aery</dc:creator><title>MySQL的 root 忘記密碼</title><link>http://blog.blueshop.com.tw/guancheng713/archive/2007/12/24/53819.aspx</link><pubDate>Mon, 24 Dec 2007 18:28:00 GMT</pubDate><guid>http://blog.blueshop.com.tw/guancheng713/archive/2007/12/24/53819.aspx</guid><wfw:comment>http://blog.blueshop.com.tw/guancheng713/comments/53819.aspx</wfw:comment><comments>http://blog.blueshop.com.tw/guancheng713/archive/2007/12/24/53819.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.blueshop.com.tw/guancheng713/comments/commentRss/53819.aspx</wfw:commentRss><trackback:ping>http://blog.blueshop.com.tw/guancheng713/services/trackbacks/53819.aspx</trackback:ping><description>&lt;P&gt;/etc/rc.d/init.d/mysqld stop&lt;/P&gt;
&lt;P&gt;/usr/bin/safe_mysqld --skip-grant-tables &amp;amp;&lt;/P&gt;
&lt;P&gt;mysql -u root -p mysql&lt;/P&gt;
&lt;P&gt;update user set password=password("新密碼") where user="root" and host="localhost";&lt;/P&gt;
&lt;P&gt;flush privileges;&lt;/P&gt;
&lt;P&gt;quit&lt;/P&gt;
&lt;P&gt;/etc/rc.d/init.d/mysqld stop&lt;/P&gt;
&lt;P&gt;/etc/rc.d/init.d/mysqld start&lt;/P&gt;&lt;img src ="http://blog.blueshop.com.tw/guancheng713/aggbug/53819.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>