<?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>ForTheScience.org &#187; MySQL</title>
	<atom:link href="http://forthescience.org/blog/category/topics/computer-science/databases/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://forthescience.org/blog</link>
	<description>A blog about science and programming</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:05:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL enumeration, strict mode and the troubles of debugging</title>
		<link>http://forthescience.org/blog/2009/07/14/mysql-enumeration-strict-mode-and-the-troubles-of-debugging/</link>
		<comments>http://forthescience.org/blog/2009/07/14/mysql-enumeration-strict-mode-and-the-troubles-of-debugging/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 21:09:56 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/?p=36</guid>
		<description><![CDATA[Suppose you have a MySQL table containing an enum column. The enumeration allows the values &#8220;FOO&#8221;, &#8220;BAR&#8221; and &#8220;BAZ&#8221;. This is a production database, hooked up by a quite huge amount of programs inserting and deleting rows into that table.
Now suppose that, for some reason, one of these programs tries to insert the value &#8220;HELLO&#8221; [...]]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2009/07/14/mysql-enumeration-strict-mode-and-the-troubles-of-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 1044 in MySQL: Access denied when using LOCK TABLES</title>
		<link>http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/</link>
		<comments>http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 15:54:52 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/</guid>
		<description><![CDATA[I got an error while using mysqldump
mysqldump: Got error: 1044: Access denied for user x@y to database z when using LOCK TABLES
To solve this problem, either ask you administrator to grant you the lock privileges, or use the following command instead.
mysqldump -u username -p database --single-transaction &#62;dump.sql
]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2008/11/08/error-1044-in-mysql-access-denied-when-using-lock-tables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Change MySQL config file</title>
		<link>http://forthescience.org/blog/2008/01/28/change-mysql-config-file/</link>
		<comments>http://forthescience.org/blog/2008/01/28/change-mysql-config-file/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 09:54:44 +0000</pubDate>
		<dc:creator>Stefano Borini</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://forthescience.org/blog/2008/01/28/change-mysql-config-file/</guid>
		<description><![CDATA[It seems trivial, and indeed it is, to specify a different configuration file for the mysql client, from the standard .my.cnf to a different file. This is generally needed when you don&#8217;t want the password to be visible in the process list, but at the same time you don&#8217;t want to use the standard .my.cnf [...]]]></description>
		<wfw:commentRss>http://forthescience.org/blog/2008/01/28/change-mysql-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
