<?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: Logging all MySQL queries on Mac OSX</title>
	<atom:link href="http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/</link>
	<description>Rich Internet Application development</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:50:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HOWTO enable the query log on MySQL on Mac OS X &#171; Hints and Kinks</title>
		<link>http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/comment-page-1/#comment-116570</link>
		<dc:creator>HOWTO enable the query log on MySQL on Mac OS X &#171; Hints and Kinks</dc:creator>
		<pubDate>Fri, 28 May 2010 03:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=518#comment-116570</guid>
		<description>[...] found this link only after I found out what I needed to [...]</description>
		<content:encoded><![CDATA[<p>[...] found this link only after I found out what I needed to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/comment-page-1/#comment-114983</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=518#comment-114983</guid>
		<description>It&#039;s also worth noting that you should check the permissions on mysqld.log. I&#039;m running Mac OS X 10.6 (Snow Leopard) and had to manually change the owner of the file to _mysqld: `sudo chown _mysqld /var/log/mysqld.log`

Cheers!</description>
		<content:encoded><![CDATA[<p>It&#8217;s also worth noting that you should check the permissions on mysqld.log. I&#8217;m running Mac OS X 10.6 (Snow Leopard) and had to manually change the owner of the file to _mysqld: `sudo chown _mysqld /var/log/mysqld.log`</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bberg</title>
		<link>http://www.chapter31.com/2008/11/19/logging-all-mysql-queries-on-mac-osx/comment-page-1/#comment-85733</link>
		<dc:creator>bberg</dc:creator>
		<pubDate>Thu, 18 Dec 2008 22:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/?p=518#comment-85733</guid>
		<description>according to http://dev.mysql.com/doc/refman/6.0/en/query-log.html
&quot;As of MySQL 6.0.8, --log and -l are deprecated&quot;

had to edit the my.cnf like this:

[mysqld]
general_log=1
general_log_file=&quot;/var/log/mysqld.log&quot;</description>
		<content:encoded><![CDATA[<p>according to <a href="http://dev.mysql.com/doc/refman/6.0/en/query-log.html" rel="nofollow">http://dev.mysql.com/doc/refman/6.0/en/query-log.html</a><br />
&#8220;As of MySQL 6.0.8, &#8211;log and -l are deprecated&#8221;</p>
<p>had to edit the my.cnf like this:</p>
<p>[mysqld]<br />
general_log=1<br />
general_log_file=&#8221;/var/log/mysqld.log&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
