<?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>Programming Life &#187; dump</title>
	<atom:link href="http://blog.coding.ro/tag/dump/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coding.ro</link>
	<description>Coding Through Life</description>
	<lastBuildDate>Fri, 13 Jan 2012 09:03:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How can you dump a MySQL database</title>
		<link>http://blog.coding.ro/how-can-you-dump-a-mysql-database/</link>
		<comments>http://blog.coding.ro/how-can-you-dump-a-mysql-database/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:41:32 +0000</pubDate>
		<dc:creator>sonix</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql file]]></category>

		<guid isPermaLink="false">http://blog.coding.ro/?p=10</guid>
		<description><![CDATA[from the shell command prompt type: mysqldump -h SERVER_NAME DATABASE_NAME > BACKUP_FILE.sql where: - SERVER_NAME &#8211; is the database server name (usually localhost) - DATABASE_NAME &#8211; is the name of the database to be dumped - BACKUP_FILE &#8211; is the name of the file (usualy the name of the database plus the backup date)]]></description>
			<content:encoded><![CDATA[<p>from the shell command prompt type:</p>
<p>mysqldump -h SERVER_NAME DATABASE_NAME > BACKUP_FILE.sql</p>
<p>where:<br />
- SERVER_NAME &#8211; is the database server name (usually localhost)<br />
- DATABASE_NAME &#8211; is the name of the database to be dumped<br />
- BACKUP_FILE &#8211; is the name of the file (usualy the name of the database plus the backup date)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.coding.ro%2Fhow-can-you-dump-a-mysql-database%2F&amp;title=How%20can%20you%20dump%20a%20MySQL%20database" id="wpa2a_2"><img src="http://blog.coding.ro/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.coding.ro/how-can-you-dump-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

