<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: INSERT command denied to user? Clean up your DB!</title>
	<atom:link href="http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:41:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: b_dubb</title>
		<link>http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/comment-page-1/#comment-69796</link>
		<dc:creator>b_dubb</dc:creator>
		<pubDate>Tue, 26 Apr 2011 04:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.klauskomenda.com/?p=376#comment-69796</guid>
		<description>i had a similar problem after moving my site from one hosting account to another.  the problem was caused by a SQL query (INSERT) that referenced the old database.  replacing the old db with the new db name (or just removing the db name altogether) solved the problem.  but this mistake stumped the support people at my hosting company.

example ...

INSERT INTO old_db_name.table_name ( ) VALUES ();

changed to ...

INSERT INTO new_db_name.table_name ( ) VALUES ( );

hope this helps.  and makes sense</description>
		<content:encoded><![CDATA[<p>i had a similar problem after moving my site from one hosting account to another.  the problem was caused by a SQL query (INSERT) that referenced the old database.  replacing the old db with the new db name (or just removing the db name altogether) solved the problem.  but this mistake stumped the support people at my hosting company.</p>
<p>example &#8230;</p>
<p>INSERT INTO old_db_name.table_name ( ) VALUES ();</p>
<p>changed to &#8230;</p>
<p>INSERT INTO new_db_name.table_name ( ) VALUES ( );</p>
<p>hope this helps.  and makes sense</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some guy</title>
		<link>http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/comment-page-1/#comment-43768</link>
		<dc:creator>Some guy</dc:creator>
		<pubDate>Sat, 02 Oct 2010 17:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.klauskomenda.com/?p=376#comment-43768</guid>
		<description>Thanks a bunch. Emptied some tables, waited 30 minutes, everything is back to normal.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch. Emptied some tables, waited 30 minutes, everything is back to normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcc</title>
		<link>http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/comment-page-1/#comment-22461</link>
		<dc:creator>fcc</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.klauskomenda.com/?p=376#comment-22461</guid>
		<description>thank you! :-) my idea was the DB size ... did not grow over 150.0 MB ... i&#039;ve deleted some stuff from the statpress-table and the problem stayed with me, no &quot;INSERT&quot; allowed. will wait some hours and hope it will &quot;come back&quot;.

f</description>
		<content:encoded><![CDATA[<p>thank you! <img src='http://www.klauskomenda.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  my idea was the DB size &#8230; did not grow over 150.0 MB &#8230; i&#8217;ve deleted some stuff from the statpress-table and the problem stayed with me, no &#8220;INSERT&#8221; allowed. will wait some hours and hope it will &#8220;come back&#8221;.</p>
<p>f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mm</title>
		<link>http://www.klauskomenda.com/archives/2008/09/18/insert-command-denied-to-user-clean-up-your-db/comment-page-1/#comment-21468</link>
		<dc:creator>mm</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.klauskomenda.com/?p=376#comment-21468</guid>
		<description>same problem here, except that I am waiting 5 hours and still zip</description>
		<content:encoded><![CDATA[<p>same problem here, except that I am waiting 5 hours and still zip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

