<?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>mysql Archives - Beshoy Girgis</title>
	<atom:link href="https://beshoy.girgis.us/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://beshoy.girgis.us/tag/mysql/</link>
	<description>Father, husband, son, nerd.</description>
	<lastBuildDate>Sun, 12 Mar 2017 08:09:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Linux: Copy database into another with one command</title>
		<link>https://beshoy.girgis.us/2012/06/linux-copy-database-into-another-with-one-command/</link>
					<comments>https://beshoy.girgis.us/2012/06/linux-copy-database-into-another-with-one-command/#respond</comments>
		
		<dc:creator><![CDATA[Beshoy Girgis]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 00:26:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<guid isPermaLink="false">https://beshoy.girgis.us/?p=96</guid>

					<description><![CDATA[A pretty neat command that copies one database into another database from the command line in one simple command: $ mysqldump -u USER -pPASS FROM_DATABASE &#124; mysql -u USER -pPASS TO_DATABASE Nice and easy! 🙂]]></description>
										<content:encoded><![CDATA[<p>A pretty neat command that copies one database into another database from the command line in one simple command:</p>
<pre lang="bash">$ mysqldump -u USER -pPASS FROM_DATABASE | mysql -u USER -pPASS TO_DATABASE</pre>
<p>Nice and easy! <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://beshoy.girgis.us/2012/06/linux-copy-database-into-another-with-one-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 48/60 objects using disk
Page Caching using disk: enhanced 
Lazy Loading (feed)
Minified using disk
Database Caching 17/32 queries in 0.028 seconds using disk (Request-wide modification query)

Served from: beshoy.girgis.us @ 2026-06-26 02:13:04 by W3 Total Cache
-->