<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>MySQL Dictionary &#187; Server Error Codes</title>
	<link>http://www.mysqldictionary.com</link>
	<description>A Quick Reference For All Things MySQL</description>
	<pubDate>Tue, 27 Nov 2007 16:19:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>1033</title>
		<link>http://www.mysqldictionary.com/error-codes/1033</link>
		<comments>http://www.mysqldictionary.com/error-codes/1033#comments</comments>
		<pubDate>Fri, 17 Aug 2007 22:55:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Error Codes]]></category>

		<category><![CDATA[Server Error Codes]]></category>

		<guid isPermaLink="false">http://www.mysqldictionary.com/error-codes/1033</guid>
		<description><![CDATA[Definition
Error 1033 generally points to corruption of the .frm file for the table being queried. This can be caused by InnoDB reconfiguration, form file corruption, and permissions issued.
Sample

SELECT COUNT(*) FROM auth;
ERROR 1033 (HY000): Incorrect information in file: './auth/auth.frm

Resolution

 Check that the permissions on /tmp/ allow for reading and writing by the mysql user.
Stop MySQL, delete [...]]]></description>
			<content:encoded><![CDATA[<h4>Definition</h4>
<p>Error 1033 generally points to corruption of the <strong>.frm</strong> file for the table being queried. This can be caused by InnoDB reconfiguration, form file corruption, and permissions issued.</p>
<h4>Sample</h4>
<blockquote>
<pre>SELECT COUNT(*) FROM auth;
ERROR 1033 (HY000): Incorrect information in file: './auth/auth.frm</pre>
</blockquote>
<h4>Resolution</h4>
<ul>
<li> Check that the permissions on /tmp/ allow for reading and writing by the <strong>mysql</strong> user.</li>
<li>Stop MySQL, delete the <strong>ib_logfile0</strong> and <strong>ib_logfile1</strong> files from your MySQL datadir and start MySQL.</li>
<li>Restore from a backup.</li>
</ul>
<h4>Further Reference</h4>
<p><a href="http://72.14.253.104/search?q=cache:-3Xh5TETfWcJ:jon.doblados.net/2007/08/plesk-wont-start-after-tweaking-mysql.html+mysql+error+1033&amp;hl=en&amp;ct=clnk&amp;cd=23&amp;gl=ca">Explanation of Error 1033 in relation to InnoDB</a></p>
<p><a href="http://yettocome.blogspot.com/2006/08/mysql-error-no-1033-incorrect.html">Explanation of Error 1033 and /tmp/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysqldictionary.com/error-codes/1033/feed</wfw:commentRss>
		</item>
		<item>
		<title>17</title>
		<link>http://www.mysqldictionary.com/error-codes/17</link>
		<comments>http://www.mysqldictionary.com/error-codes/17#comments</comments>
		<pubDate>Thu, 16 Aug 2007 22:03:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Error Codes]]></category>

		<category><![CDATA[Server Error Codes]]></category>

		<guid isPermaLink="false">http://www.mysqldictionary.com/error-codes/17</guid>
		<description><![CDATA[Definition
Error 17 indicates that that either the MySQL server encountered an issue while trying to delete the directory containing the database to be dropped, or tried to create a temporary file that already existed during an ALTER TABLE statement.
Sample
mysql&#62; DROP DATABASE foo;
Error dropping database (can&#8217;t rmdir &#8216;./foo/&#8217;, errno: 17)
mysql&#62; ALTER TABLE foo &#8230;
Error on rename [...]]]></description>
			<content:encoded><![CDATA[<h4>Definition</h4>
<p>Error 17 indicates that that either the MySQL server encountered an issue while trying to delete the directory containing the database to be dropped, or tried to create a temporary file that already existed during an ALTER TABLE statement.</p>
<h4>Sample</h4>
<blockquote><p>mysql&gt; DROP DATABASE foo;<br />
Error dropping database (can&#8217;t rmdir &#8216;./foo/&#8217;, errno: 17)</p>
<p>mysql&gt; ALTER TABLE foo &#8230;<br />
Error on rename of &#8216;./bar/foo.frm&#8217; to &#8216;./bar/B-foo.frm&#8217; (Errcode: 17)</p></blockquote>
<h4>Resolution</h4>
<ul>
<li>Check that the user the MySQL server is running under has permission to delete the directory.</li>
<li>Check that there are no files in the directory that are not created by the MySQL server.</li>
<li>Browse to the MySQL data directory and delete all files whose names start with <strong>A-</strong> or <strong>B-</strong>.</li>
<li>Shut down MySQL, manually delete the directory listed.</li>
<li>Use the latest version of MySQL.</li>
<li>Use the mysqld-nt binaries when using Windows NT-based hosts.</li>
</ul>
<h4>Further Reference</h4>
<p><a href="http://bugs.mysql.com/bug.php?id=4866">Bug report related to Error 17 on bugs.mysql.com</a></p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/perror.html">perror - Explain Error Codes (MySQL Reference Manual)</a></p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/alter-table-problems.html">Problems with ALTER TABLE (MySQL Reference Manual) </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysqldictionary.com/error-codes/17/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
