<?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: how to take database backup from mysql server?</title>
	<atom:link href="http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php</link>
	<description>Personal Home Alarms &#38; Security System Information</description>
	<pubDate>Sat, 13 Mar 2010 18:22:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff Alexander</title>
		<link>http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php/comment-page-1#comment-15371</link>
		<dc:creator>Jeff Alexander</dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php#comment-15371</guid>
		<description>You have a couple of options depending upon the version of MySQL, how much access you have to the server, and how the database is being used. The easiest is to use binary logs. These logs keep track of all of the changes that have been made to the database and can be used for incremental backups.

An alternative if you have a database to which you are only inserting data and you know when each row has been inserted is to use the select into ... outfile syntax.</description>
		<content:encoded><![CDATA[<p>You have a couple of options depending upon the version of MySQL, how much access you have to the server, and how the database is being used. The easiest is to use binary logs. These logs keep track of all of the changes that have been made to the database and can be used for incremental backups.</p>
<p>An alternative if you have a database to which you are only inserting data and you know when each row has been inserted is to use the select into &#8230; outfile syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham M</title>
		<link>http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php/comment-page-1#comment-15372</link>
		<dc:creator>Graham M</dc:creator>
		<pubDate>Thu, 02 Jul 2009 22:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.petersonalarm.com/how-to-take-database-backup-from-mysql-server.php#comment-15372</guid>
		<description>I do not think that you can do that.</description>
		<content:encoded><![CDATA[<p>I do not think that you can do that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
