<?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: Writing MySQL schema migrations: best practices</title>
	<atom:link href="http://jonathonhill.net/2011-10-08/mysql-schema-migrations-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathonhill.net/2011-10-08/mysql-schema-migrations-best-practices/</link>
	<description>Notes, projects, and opinions on web application development and other related topics.</description>
	<lastBuildDate>Thu, 02 May 2013 17:20:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Maxim Antonov</title>
		<link>http://jonathonhill.net/2011-10-08/mysql-schema-migrations-best-practices/comment-page-1/#comment-3270</link>
		<dc:creator>Maxim Antonov</dc:creator>
		<pubDate>Tue, 24 Jul 2012 23:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=311#comment-3270</guid>
		<description><![CDATA[This tool is very usable for versioning database schema, but working only with MySQL
http://bitbucket.org/idler/mmp]]></description>
		<content:encoded><![CDATA[<p>This tool is very usable for versioning database schema, but working only with MySQL<br />
<a href="http://bitbucket.org/idler/mmp" rel="nofollow">http://bitbucket.org/idler/mmp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathon</title>
		<link>http://jonathonhill.net/2011-10-08/mysql-schema-migrations-best-practices/comment-page-1/#comment-2953</link>
		<dc:creator>Jonathon</dc:creator>
		<pubDate>Fri, 22 Jun 2012 21:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=311#comment-2953</guid>
		<description><![CDATA[@James, I&#039;m not sure it&#039;s worth trying to do it _all_ in MySQL. The methods as you noted are limited. It would seem preferable to me to execute your script commands from a PHP script, and it is easy to detect errors from PHP.]]></description>
		<content:encoded><![CDATA[<p>@James, I&#8217;m not sure it&#8217;s worth trying to do it _all_ in MySQL. The methods as you noted are limited. It would seem preferable to me to execute your script commands from a PHP script, and it is easy to detect errors from PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gan</title>
		<link>http://jonathonhill.net/2011-10-08/mysql-schema-migrations-best-practices/comment-page-1/#comment-2726</link>
		<dc:creator>James Gan</dc:creator>
		<pubDate>Mon, 07 May 2012 00:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathonhill.net/?p=311#comment-2726</guid>
		<description><![CDATA[Hi, Jonathon

May I know how you make the mysql script stop on error?

I&#039;ve found the question in stackoverflow (http://stackoverflow.com/questions/773889/way-to-abort-execution-of-mysql-scripts-raising-error-perhaps) but none of the methods work perfectly.]]></description>
		<content:encoded><![CDATA[<p>Hi, Jonathon</p>
<p>May I know how you make the mysql script stop on error?</p>
<p>I&#8217;ve found the question in stackoverflow (<a href="http://stackoverflow.com/questions/773889/way-to-abort-execution-of-mysql-scripts-raising-error-perhaps" rel="nofollow">http://stackoverflow.com/questions/773889/way-to-abort-execution-of-mysql-scripts-raising-error-perhaps</a>) but none of the methods work perfectly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
