<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></title> 
<link>http://www.bizeway.net/index.php</link> 
<description><![CDATA[网务通 - 网务公司发展之路]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[BIWEB开源PHP WMS系统创始人ArthurXF肖飞的blog]]></copyright>
<item>
<link>http://www.bizeway.net/read.php?</link>
<title><![CDATA[MYSQL4升级MYSQL5的问题]]></title> 
<author>ArthurXF &lt;arthurxf@gmail.com&gt;</author>
<category><![CDATA[MySQL]]></category>
<pubDate>Tue, 04 Dec 2007 09:35:45 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?</guid> 
<description>
<![CDATA[ 
	　　这两天升级MYSQL后，当访问系统权限表时，出警告，说需要使用mysql_fix_privilege_tables来升级。查了一下网上的信息，有很多人都在问这个脚本文件在哪里啊？等等。其实这个脚本本身就是命令了。可以直接执行。<br/>　　这个命令默认使用root用户，但是有很多系统root帐号已经被删除了。就要使用参数了。具体的如下：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">mysql_fix_privilege_tables --user=aaa --verbose --password=123</div></div><br/><br/>　　我不知道别人的能不能成功，总之我运行上面的命令总是报错。<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">This script updates all the mysql privilege tables to be usable by<br/>the current version of MySQL<br/><br/>Got a failure from command:<br/>cat /usr/local/share/mysql/mysql_fix_privilege_tables.sql &#124; /usr/local/bin/mysql --no-defaults --force --user=root --host=localhost --database=mysql<br/>Please check the above output and try again.<br/><br/>Running the script with the --verbose option may give you some information<br/>of what went wrong.<br/><br/>If you get an 'Access denied' error, you should run this script again and<br/>give the MySQL root user password as an argument with the --password= option</div></div><br/><br/>　　后来研究了一下手册，只要用下面的命令就可以轻松搞定。还让我浪费2小时。希望大家以后不会犯我同样的错误了。<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">mysql_upgrade --user=aaa --password</div></div><br/>　　ArthurXF倾情奉献，希望大家多多支持！<br/><br/>现在ArthurXF本人正在搞PHP等技术培训，如果想学习的人可以跟我联系。另外培训的招生简章在这个网址，想了解的可以去看看。<br/><a href="http://www.bizeway.net/read.php/285.htm" target="_blank">PHP培训招生简章</a><br/>Tags - <a href="tag.php?tag=mysql5%E5%8D%87%E7%BA%A7" rel="tag">mysql5升级</a>
]]>
</description>
</item><item>
<link>http://www.bizeway.net/read.php?&amp;guid=0#topreply</link>
<title><![CDATA[[评论] MYSQL4升级MYSQL5的问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.bizeway.net/read.php?&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>