<?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>Glen Lumanau &#187; export</title>
	<atom:link href="http://lumanau.web.id/tag/export/feed" rel="self" type="application/rss+xml" />
	<link>http://lumanau.web.id</link>
	<description>Nothing Special</description>
	<lastBuildDate>Fri, 30 Sep 2011 09:33:05 +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 to Export/Import database from command line</title>
		<link>http://lumanau.web.id/2008/10/07/how-to-exportimport-database-from-command-line.html</link>
		<comments>http://lumanau.web.id/2008/10/07/how-to-exportimport-database-from-command-line.html#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:52:57 +0000</pubDate>
		<dc:creator>Glen Lumanau</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.lumanau.web.id/?p=39</guid>
		<description><![CDATA[On this post, I will tell you how to export/import MySQL database using command line. I share this because there&#8217;re many phpmyadmin injection, and probably your database server doesn&#8217;t have public IP Export mysqldump -u DBUSER -pPASSDB DBNAME &#62; DBNAME.sql Import cat /home/txxxx/FILENAMEDB.sql &#124; mysql -uUSERDB -pPASSDB NAMEDB or mysql -uUSERDB -pPASSDB NAMEDB &#60; /home/txxxxx/FILENAMEDB.sql]]></description>
			<content:encoded><![CDATA[<p>On this post, I will tell you how to export/import MySQL database using command line.</p>
<p>I share this because there&#8217;re many phpmyadmin injection, and probably your database server doesn&#8217;t have public IP</p>
<p><span id="more-39"></span></p>
<p><strong>Export </strong></p>
<p><em>mysqldump -u DBUSER -pPASSDB DBNAME &gt; DBNAME.sql</em></p>
<p><strong>Import </strong></p>
<p><em>cat /home/txxxx/FILENAMEDB.sql | mysql -uUSERDB -pPASSDB NAMEDB</em></p>
<p>or</p>
<p><em>mysql -uUSERDB -pPASSDB NAMEDB &lt; /home/txxxxx/FILENAMEDB.sql </em></p>
]]></content:encoded>
			<wfw:commentRss>http://lumanau.web.id/2008/10/07/how-to-exportimport-database-from-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

