<?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 for MySQL Preacher</title>
	<atom:link href="http://mysqlpreacher.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysqlpreacher.com/wordpress</link>
	<description>Because Sharing is Caring</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:14:06 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Expert PHP and MySQL &#8211; review &#8212; 8 star by WordPress, PHP, JavaScript and MySQL &#124; WordPress Partner</title>
		<link>http://mysqlpreacher.com/wordpress/2010/08/expert-php-and-mysql-review-9-star/comment-page-1/#comment-893</link>
		<dc:creator>WordPress, PHP, JavaScript and MySQL &#124; WordPress Partner</dc:creator>
		<pubDate>Thu, 02 Sep 2010 15:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=369#comment-893</guid>
		<description>[...] use (it is licensed under the ‘GNU General Public License’). Because of its hugely successful integration with PHP there are numerous MySQL front-end applications such as phpMyAdmin and HeidiSQL that have been [...]</description>
		<content:encoded><![CDATA[<p>[...] use (it is licensed under the ‘GNU General Public License’). Because of its hugely successful integration with PHP there are numerous MySQL front-end applications such as phpMyAdmin and HeidiSQL that have been [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you use MySQL replication? Do you use &#8220;FLUSH LOGS&#8221;? If yes you might want to read this. by Darren Cassar</title>
		<link>http://mysqlpreacher.com/wordpress/2010/08/do-you-use-mysql-replication-do-you-use-flush-logs-if-yes-you-might-want-to-read-this/comment-page-1/#comment-891</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=447#comment-891</guid>
		<description>I am currently running more than one instance on the machines in question using mysqld_multi and hence I can&#039;t use syslog. Jon&#039;s approach above makes most sense infact making it very flexible, pity it is only available on 5.5</description>
		<content:encoded><![CDATA[<p>I am currently running more than one instance on the machines in question using mysqld_multi and hence I can&#8217;t use syslog. Jon&#8217;s approach above makes most sense infact making it very flexible, pity it is only available on 5.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you use MySQL replication? Do you use &#8220;FLUSH LOGS&#8221;? If yes you might want to read this. by Darren Cassar</title>
		<link>http://mysqlpreacher.com/wordpress/2010/08/do-you-use-mysql-replication-do-you-use-flush-logs-if-yes-you-might-want-to-read-this/comment-page-1/#comment-890</link>
		<dc:creator>Darren Cassar</dc:creator>
		<pubDate>Wed, 01 Sep 2010 13:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=447#comment-890</guid>
		<description>That is great Jon well done! Your approach makes the most sense of all but I can&#039;t really wait for 5.5 either, God knows when 5.5 will be GA (maybe Larry knows too) but I don&#039;t :)</description>
		<content:encoded><![CDATA[<p>That is great Jon well done! Your approach makes the most sense of all but I can&#8217;t really wait for 5.5 either, God knows when 5.5 will be GA (maybe Larry knows too) but I don&#8217;t :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you use MySQL replication? Do you use &#8220;FLUSH LOGS&#8221;? If yes you might want to read this. by guillaume</title>
		<link>http://mysqlpreacher.com/wordpress/2010/08/do-you-use-mysql-replication-do-you-use-flush-logs-if-yes-you-might-want-to-read-this/comment-page-1/#comment-889</link>
		<dc:creator>guillaume</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=447#comment-889</guid>
		<description>Well actually, you could use syslog, redirect to a specific facility and have your messages logged in a specific file. That would allow you better control of your error log files. Using the default file mechanism is really unreliable because of that behavior, I don&#039;t think that a feature is really needed.</description>
		<content:encoded><![CDATA[<p>Well actually, you could use syslog, redirect to a specific facility and have your messages logged in a specific file. That would allow you better control of your error log files. Using the default file mechanism is really unreliable because of that behavior, I don&#8217;t think that a feature is really needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do you use MySQL replication? Do you use &#8220;FLUSH LOGS&#8221;? If yes you might want to read this. by Jon</title>
		<link>http://mysqlpreacher.com/wordpress/2010/08/do-you-use-mysql-replication-do-you-use-flush-logs-if-yes-you-might-want-to-read-this/comment-page-1/#comment-888</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 01 Sep 2010 06:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://mysqlpreacher.com/wordpress/?p=447#comment-888</guid>
		<description>Hi,

This is already fixed in MySQL 5.5, which -- as of version 5.5.3 -- supports the syntax

FLUSH [BINARY &#124; ENGINE &#124; ERROR &#124; GENERAL &#124; RELAY &#124; SLOW] LOGS

as explained at http://dev.mysql.com/doc/refman/5.5/en/flush.html

cheers,

Jon Stephens
MySQL Docs @ Oracle
Stockholm</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is already fixed in MySQL 5.5, which &#8212; as of version 5.5.3 &#8212; supports the syntax</p>
<p>FLUSH [BINARY | ENGINE | ERROR | GENERAL | RELAY | SLOW] LOGS</p>
<p>as explained at <a href="http://dev.mysql.com/doc/refman/5.5/en/flush.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/flush.html</a></p>
<p>cheers,</p>
<p>Jon Stephens<br />
MySQL Docs @ Oracle<br />
Stockholm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
