<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[mysql密码忘记的修改]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Mon, 04 Sep 2006 00:32:25 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	 <br/>如果 MySQL 正在运行，首先杀之： killall -TERM mysqld。 <br/>启动 MySQL ：/usr/bin/safe_mysqld --skip-grant-tables & <br/>就可以不需要密码就进入 MySQL 了。 <br/>然后就是 <br/>>use mysql <br/>>update user set password=password("new_pass") where user="root"; <br/>>flush privileges; <br/>重新杀 MySQL ，用正常方法启动 MySQL 。 <br/><br/>Redhat的safe_mysqld在/usr/bin下， <br/>而使用tarball缺省安装在/usr/local/bin下。 <br/><br/>Tags - <a href="http://www.dzhope.com/tags/mysql/" rel="tag">mysql</a>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] mysql密码忘记的修改]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>