<?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>ebene7 &#187; Konsole</title>
	<atom:link href="http://blog.ebene7.com/schlagwort/konsole/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ebene7.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Jun 2013 18:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MySql-Dump erstellen und wieder einspielen</title>
		<link>https://blog.ebene7.com/2010/07/20/mysql-dump-erstellen-und-wieder-einspiele/</link>
		<comments>https://blog.ebene7.com/2010/07/20/mysql-dump-erstellen-und-wieder-einspiele/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 09:15:59 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[Notiz an mich]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Dump]]></category>
		<category><![CDATA[Konsole]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.ebene7.com/?p=1083</guid>
		<description><![CDATA[Dump erstellen mysqldump -u[USERNAME] -p[PASSWORD] -r path/to/dumpfile.sql --databases [DATABASENAME] Dump einspielen mysql -u[USERNAME] -p[PASSWORD] &#60; path/to/dumpfile.sql oder auch mit mysqlimport.]]></description>
			<content:encoded><![CDATA[<p>Dump erstellen</p>
<pre>mysqldump -u[USERNAME] -p[PASSWORD] -r path/to/dumpfile.sql --databases [DATABASENAME]</pre>
<p>Dump einspielen</p>
<pre>mysql -u[USERNAME] -p[PASSWORD] &lt; path/to/dumpfile.sql</pre>
<p>oder auch mit mysqlimport.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.ebene7.com/2010/07/20/mysql-dump-erstellen-und-wieder-einspiele/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
