<?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: &#8220;Simple MYSQL commands&#8221;</title>
	<atom:link href="http://blog.23impressions.com/?feed=rss2&#038;p=113" rel="self" type="application/rss+xml" />
	<link>http://blog.23impressions.com/?p=113#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simple-mysql-commands</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 19:57:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Piyush Gupta</title>
		<link>http://blog.23impressions.com/?p=113&#038;cpage=1#comment-221</link>
		<dc:creator>Piyush Gupta</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.23impressions.com/?p=113#comment-221</guid>
		<description>Reverse thing to load the dump to DB .

Open command line

Type below to get into mysql via command line
&gt;&gt; mysql -u root -p password ;
[Password is the actual mysql password]

then to check databases
&gt;&gt; show databases ;

Note down the database .

for mysql db dump , exit mysql

&gt;&gt; mysql -u root -p database &lt; /path/to/database.sql

[Replace database with actual database name]</description>
		<content:encoded><![CDATA[<p>Reverse thing to load the dump to DB .</p>
<p>Open command line</p>
<p>Type below to get into mysql via command line<br />
>> mysql -u root -p password ;<br />
[Password is the actual mysql password]</p>
<p>then to check databases<br />
>> show databases ;</p>
<p>Note down the database .</p>
<p>for mysql db dump , exit mysql</p>
<p>>> mysql -u root -p database < /path/to/database.sql</p>
<p>[Replace database with actual database name]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush Gupta</title>
		<link>http://blog.23impressions.com/?p=113&#038;cpage=1#comment-217</link>
		<dc:creator>Piyush Gupta</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.23impressions.com/?p=113#comment-217</guid>
		<description>Open command line

Type below to get into mysql via command line 
&gt;&gt; mysql -u root -p password ;
[Password is the actual mysql password]

then to check databases 
&gt;&gt; show databases ;

Note down the database .

for mysql db dump , exit mysql 

&gt;&gt; mysqldump -u root -p database &gt; database.sql

[Replace database with actual database name]</description>
		<content:encoded><![CDATA[<p>Open command line</p>
<p>Type below to get into mysql via command line<br />
>> mysql -u root -p password ;<br />
[Password is the actual mysql password]</p>
<p>then to check databases<br />
>> show databases ;</p>
<p>Note down the database .</p>
<p>for mysql db dump , exit mysql </p>
<p>>> mysqldump -u root -p database > database.sql</p>
<p>[Replace database with actual database name]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
