<?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: How to import and export MySQL database into an SQL file</title>
	<atom:link href="http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/</link>
	<description>All things observable</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:58:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: KahWee</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-762</link>
		<dc:creator>KahWee</dc:creator>
		<pubDate>Tue, 15 Sep 2009 02:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-762</guid>
		<description>zülküf küçüközer: You can execute shell command by PHP indeed but if you gonna do it every day, a cron job would probably be a better idea (:</description>
		<content:encoded><![CDATA[<p>zülküf küçüközer: You can execute shell command by PHP indeed but if you gonna do it every day, a cron job would probably be a better idea (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zülküf küçüközer</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-760</link>
		<dc:creator>zülküf küçüközer</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-760</guid>
		<description>I think this technique will be more usefull if we create a php script that exports database automatically for everyday. Because we can execute shell command by php right ?</description>
		<content:encoded><![CDATA[<p>I think this technique will be more usefull if we create a php script that exports database automatically for everyday. Because we can execute shell command by php right ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KahWee</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-693</link>
		<dc:creator>KahWee</dc:creator>
		<pubDate>Fri, 10 Jul 2009 00:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-693</guid>
		<description>Hi Danny, for XAMPP, you need to add &quot;;C:xamppmysqlbin&quot; to your list of environment variables. This is assuming that your XAMPP is located in the C drive.

You then need to upload to your server and import using the &#039;mysql&#039; command in your server as described above.</description>
		<content:encoded><![CDATA[<p>Hi Danny, for XAMPP, you need to add &#8220;;C:xamppmysqlbin&#8221; to your list of environment variables. This is assuming that your XAMPP is located in the C drive.</p>
<p>You then need to upload to your server and import using the &#8216;mysql&#8217; command in your server as described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-692</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-692</guid>
		<description>Hi there

I am using Xammp and want to know how I can export or import the database onto my the web host server?

Thanks in advance
CHEERS :)</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>I am using Xammp and want to know how I can export or import the database onto my the web host server?</p>
<p>Thanks in advance<br />
CHEERS <img src='http://i.justrealized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KahWee</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-561</link>
		<dc:creator>KahWee</dc:creator>
		<pubDate>Fri, 15 May 2009 23:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-561</guid>
		<description>thejw23: Thanks for the tip. I am looking for more of a command line solution though. Trying to automate for of my syncing. :)</description>
		<content:encoded><![CDATA[<p>thejw23: Thanks for the tip. I am looking for more of a command line solution though. Trying to automate for of my syncing. <img src='http://i.justrealized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thejw23</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-557</link>
		<dc:creator>thejw23</dc:creator>
		<pubDate>Fri, 15 May 2009 10:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-557</guid>
		<description>on windows you can use open source sqlyog community version - it can backup (and restore)  database as sql dump. i use it a lot, and so far i had no problems with it.</description>
		<content:encoded><![CDATA[<p>on windows you can use open source sqlyog community version &#8211; it can backup (and restore)  database as sql dump. i use it a lot, and so far i had no problems with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i.justrealized: How to backup and restore in PostgreSQL</title>
		<link>http://i.justrealized.com/2009/05/15/how-to-export-mysql-database-into-an-sql-file/comment-page-1/#comment-546</link>
		<dc:creator>i.justrealized: How to backup and restore in PostgreSQL</dc:creator>
		<pubDate>Thu, 14 May 2009 17:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://i.justrealized.com/?p=2188#comment-546</guid>
		<description>[...] If you&#8217;re interested how to do the same in MySQL, I wrote a guide on how to do backup and restore for MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you&#8217;re interested how to do the same in MySQL, I wrote a guide on how to do backup and restore for MySQL. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
