<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>荷包蛋博客 &#187; error</title>
	<atom:link href="http://www.hebaodans.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hebaodans.com</link>
	<description>好的心态是成功的开始</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:32:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>svn:Error * The VCC property was not found on the resource</title>
		<link>http://www.hebaodans.com/2008/11/svnerror-the-vcc-property-was-not-found-on-the-resource/</link>
		<comments>http://www.hebaodans.com/2008/11/svnerror-the-vcc-property-was-not-found-on-the-resource/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 07:24:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[svn]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[The VCC property was not found on the resource]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=142</guid>
		<description><![CDATA[人要犯傻起来，那真是挡都挡不住。最近新增一个svn repository,在我这边使用正常。在另一台上就是老提示Error * The VCC property was not found on the resource。用google搜索了该错误提示，很多，但没什么好的解决方法。最后不小心看到地址是以svn://开头的，而我居然一直以http://开头，难怪一直都访问不了。心里那个-_-!。]]></description>
			<content:encoded><![CDATA[<p>人要犯傻起来，那真是挡都挡不住。最近新增一个<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/svn/" title="View all posts in svn" target="_blank">svn</a></span> repository,在我这边使用正常。在另一台上就是老提示Error * <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/the-vcc-property-was-not-found-on-the-resource/" title="View all posts in The VCC property was not found on the resource" target="_blank">The VCC property was not found on the resource</a></span>。用google搜索了该错误提示，很多，但没什么好的解决方法。最后不小心看到地址是以<span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/svn/" title="View all posts in svn" target="_blank">svn</a></span>://开头的，而我居然一直以http://开头，难怪一直都访问不了。心里那个-_-!。</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/11/svnerror-the-vcc-property-was-not-found-on-the-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于 mysql error number 1051和 1418 错误的处理</title>
		<link>http://www.hebaodans.com/2008/08/mysql-error-number-1051-1418/</link>
		<comments>http://www.hebaodans.com/2008/08/mysql-error-number-1051-1418/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 09:55:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[1051]]></category>
		<category><![CDATA[1418]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[number]]></category>

		<guid isPermaLink="false">http://www.hebaodans.com/?p=79</guid>
		<description><![CDATA[mysql error number 1051 在网上(包括外国网) 说了一大堆,但就是没有人知道其中的缘由,这是store engine 不同造成的 例如,最开始的engine=myisam,在此基础上建了A表,那么你现在要转成innodb的方式(开启了my.cnf下的innodb的参数)现在如果再来 select A 表那么是会报不存在的,如果drop 的话会报 mysql error number 1051.这个问题该怎么处理呢? 哈哈,先关掉my.cnf的innodb参数,然后重启mysql,这样A就可以select 了,把A表的backup 下来,drop 掉A表,然后再开启innodb参数,重起mysql,restore 刚才备份的脚本, 这样就可以搞定了. 如果在create function的时候有 1418的错语的时候:那么 set global log_bin_trust_routine_creators=1; 然后怎么create function 都不会有问题(当然,你的function必段正确哦),妈的,这是mysql的一个bug,搞不懂为什么,反正这样做就OK了. 在oracle中根本就没有这种错语,如果出现了这种错语,是由于用户权限不够,OpenSource的东西就是这样的.还是oracle的好. 2006-04-26于北京朝阳 18:15 转载来源：http://blog.chinaunix.net/u/15117/showart_104301.html]]></description>
			<content:encoded><![CDATA[<p><span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/mysql/" title="View all posts in mysql" target="_blank">mysql</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/error/" title="View all posts in error" target="_blank">error</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/number/" title="View all posts in number" target="_blank">number</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/1051/" title="View all posts in 1051" target="_blank">1051</a></span> 在网上(包括外国网) 说了一大堆,但就是没有人知道其中的缘由,这是store engine 不同造成的<br />
例如,最开始的engine=myisam,在此基础上建了A表,那么你现在要转成innodb的方式(开启了my.cnf下的innodb的参数)现在如果再来 select A 表那么是会报不存在的,如果drop 的话会报  <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/mysql/" title="View all posts in mysql" target="_blank">mysql</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/error/" title="View all posts in error" target="_blank">error</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/number/" title="View all posts in number" target="_blank">number</a></span> <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/1051/" title="View all posts in 1051" target="_blank">1051</a></span>.这个问题该怎么处理呢? 哈哈,先关掉my.cnf的innodb参数,然后重启mysql,这样A就可以select 了,把A表的backup 下来,drop 掉A表,然后再开启innodb参数,重起mysql,restore 刚才备份的脚本,<br />
这样就可以搞定了.</p>
<p>如果在create function的时候有 <span class='wp_keywordlink_affiliate'><a href="http://www.hebaodans.com/tag/1418/" title="View all posts in 1418" target="_blank">1418</a></span>的错语的时候:那么<br />
set global log_bin_trust_routine_creators=1;<br />
然后怎么create function 都不会有问题(当然,你的function必段正确哦),妈的,这是mysql的一个bug,搞不懂为什么,反正这样做就OK了.</p>
<p>在oracle中根本就没有这种错语,如果出现了这种错语,是由于用户权限不够,OpenSource的东西就是这样的.还是oracle的好.</p>
<p>2006-04-26于北京朝阳 18:15</p>
<p>转载来源：http://blog.chinaunix.net/u/15117/showart_104301.html</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.hebaodans.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.hebaodans.com/2008/08/mysql-error-number-1051-1418/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
