<?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>FanaticZine &#187; Command Line</title>
	<atom:link href="http://www.fanaticzine.com/index.php/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanaticzine.com</link>
	<description>Creativity Simplified</description>
	<lastBuildDate>Wed, 09 Mar 2011 05:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Restore MySQL Database Backup using command line</title>
		<link>http://www.fanaticzine.com/index.php/2009/07/restore-mysql-database-backup-using-command-line/</link>
		<comments>http://www.fanaticzine.com/index.php/2009/07/restore-mysql-database-backup-using-command-line/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 04:35:15 +0000</pubDate>
		<dc:creator>z7oofy</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Restore Backup file]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.fanaticzine.com/?p=192</guid>
		<description><![CDATA[If you are trying to restore a large database backup back to  your MySQL Server, You know that phpMyAdmin is NOT the best solution for the task, beacause of it&#8217;s execution limitaion settings it will reject your file being executed. So one way to archive this is to use the mysql command prompt interface. the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to restore a large database backup back to  your MySQL Server, You know that phpMyAdmin is NOT the best solution for the task, beacause of it&#8217;s execution limitaion settings it will reject your file being executed. So one way to archive this is to use the mysql command prompt interface. the syntaxt to back up your database unsing command links is.</p>
<p><strong>mysql -u {UserName} -p {TargetDatabase} &lt; {SourceDumpFile}</strong></p>
<p>{UserName} = Your Database username</p>
<p>{TargetDatabase}= Your Target Databse</p>
<p>{SourceDumpFile}=  Your  SQL Dump File</p>
<p>once you run the above line correctly. you should be prompt for a password, Enter your database password and continue. (the restoring time  depends on the size of your database, so be patient and a grab a coffee if it&#8217;s so large.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fanaticzine.com/index.php/2009/07/restore-mysql-database-backup-using-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

