<?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>Hints and Kinks &#187; mysql</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>HOWTOs and gotchas and tidbits, oh my.</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:28:41 +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>HOWTO enable the query log on MySQL on Mac OS X</title>
		<link>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html#comments</comments>
		<pubDate>Fri, 28 May 2010 03:38:56 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=876</guid>
		<description><![CDATA[Tailing the MySQL query log in real time can be a lifesaver for any developer, and it&#8217;s pretty easy to do: Make a file for the mysqld process to write to: sudo touch /var/log/mysql-query.log sudo chown _mysql /var/log/mysql-query.log If you&#8217;ve &#8230; <a href="http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-enable-the-query-log-on-mysql-on-mac-os-x-876.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2, PHP, and MySQL on Mac OS X using MacPorts</title>
		<link>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html</link>
		<comments>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:46:59 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=573</guid>
		<description><![CDATA[1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we&#8217;ll do that after mysql and php are installed. 3. Install and configure &#8230; <a href="http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution for mysql_upgrade errno: 13</title>
		<link>http://matthew.mceachen.us/blog/mysql_upgrade-errno-13-solution-324.html</link>
		<comments>http://matthew.mceachen.us/blog/mysql_upgrade-errno-13-solution-324.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 22:40:48 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=324</guid>
		<description><![CDATA[Are you upgrading MySQL, and seeing this? [plain highlight="6,7"] $ mysql_upgrade Looking for &#8216;mysql&#8217; as: mysql Looking for &#8216;mysqlcheck&#8217; as: mysqlcheck Running &#8216;mysqlcheck&#8217;&#8230; &#8230;. Could not create the upgrade info file &#8216;/usr/local/mysql/data/mysql_upgrade_info&#8217; in the MySQL Servers datadir, errno: 13 [/plain] &#8230; <a href="http://matthew.mceachen.us/blog/mysql_upgrade-errno-13-solution-324.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/mysql_upgrade-errno-13-solution-324.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
