<?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>Life and Living &#187; Rinku</title>
	<atom:link href="http://www.lifenlivin.com/tag/rinku/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifenlivin.com</link>
	<description>Destroyed in the horizon.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Export mysql database</title>
		<link>http://www.lifenlivin.com/2010/02/export-mysql-database/</link>
		<comments>http://www.lifenlivin.com/2010/02/export-mysql-database/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:29:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[University life]]></category>
		<category><![CDATA[export mysql database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[Rinku]]></category>

		<guid isPermaLink="false">http://www.lifenlivin.com/?p=123</guid>
		<description><![CDATA[Yesterday My classmate Rinku asked me how to export mysql database. He said that using PhpMyAdmin is pain to download the database everyday. So he needs a button which will do the job of PhpMyAdmin in a single step. That is why he needs the system of exporting a database. I knew how to import [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday My classmate Rinku asked me how to export mysql database. He said that using PhpMyAdmin is pain to download the database everyday. So he needs a button which will do the job of PhpMyAdmin in a single step. That is why he needs the system of exporting a database. I knew how to import database, it is a simple command line script. %mysqlimport -p -u root &lt; file_name.sql. But I dont know about exporting a database. Because I need to export database rarely. I told him to try with mysqlexport command. But this is not an sql comman. This does not work. I came home and googled about it.</p>
<p>I found that exporting a database is also known as dumping. The command is %mysqldump -p -u user_name database_name &gt; file_name.sql.</p>
<p>Simple! Isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifenlivin.com/2010/02/export-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">var infolink_pid = 35265;</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-4832193-1";
urchinTracker();
} catch(err) {}</script>

