<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>mysqldump &#8211; ITHOWTOO.COM</title>
	<atom:link href="https://www.ithowtoo.com/install-something-on-linux/mysql/mysqldump/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ithowtoo.com</link>
	<description>Various IT Projects involving Linux and Windows.</description>
	<lastBuildDate>Mon, 05 Apr 2021 09:30:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.ithowtoo.com/wp-content/uploads/2016/11/cropped-mac-1-32x32.jpg</url>
	<title>mysqldump &#8211; ITHOWTOO.COM</title>
	<link>https://www.ithowtoo.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">185377979</site>	<item>
		<title>Using mysqldump from the command line</title>
		<link>https://www.ithowtoo.com/using-mysqldump-from-the-comand-line/</link>
					<comments>https://www.ithowtoo.com/using-mysqldump-from-the-comand-line/#respond</comments>
		
		<dc:creator><![CDATA[ithowtoo_m86okr]]></dc:creator>
		<pubDate>Mon, 16 Mar 2015 14:38:00 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[MySQLdump]]></category>
		<guid isPermaLink="false">https://www.ithowtoo.com/2015/03/16/using-mysqldump-from-the-comand-line/</guid>

					<description><![CDATA[To use mysql to take a dump of a database as a backup or to migrate the database to another server use the following comand: mysqldump -u [USERNAME] -p[PASSWORD] [DATABASE-NAME] &#62; dumpfilename.sql To restore the dump use the following comand: mysql -u username -p database_name &#60; file.sql]]></description>
		
					<wfw:commentRss>https://www.ithowtoo.com/using-mysqldump-from-the-comand-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">81</post-id>	</item>
	</channel>
</rss>
