<?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: MySQL : Transfer database from server to another server</title>
	<atom:link href="http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Sun, 15 Aug 2010 18:16:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-988</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 06 May 2010 08:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-988</guid>
		<description>That&#039;s a very good tip. Tried this with my site which is hosted by Yahoo! and it worked perfectly. There is a good &lt;a href=&quot;http://www.webhostingsearch.com/review/yahoo-web-hosting.php&quot;&gt;yahoo web hosting review&lt;/a&gt; if you&#039;re interested in switching.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a very good tip. Tried this with my site which is hosted by Yahoo! and it worked perfectly. There is a good <a href="http://www.webhostingsearch.com/review/yahoo-web-hosting.php">yahoo web hosting review</a> if you&#8217;re interested in switching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-836</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-836</guid>
		<description>Unless you receive errors during the transfer.

ERROR at line 160 Got a packet bigger than &#039;max_allowed_packet bytes.

mysqldump: Got err no 32 on write.

::

Of course there&#039;s no indication of why these errors occur or how to get around them. So, I guess for those who were able to use this, congratulations. I&#039;ll go back to phpMyAdmin import... It&#039;s cumbersome, but it always works.</description>
		<content:encoded><![CDATA[<p>Unless you receive errors during the transfer.</p>
<p>ERROR at line 160 Got a packet bigger than &#8216;max_allowed_packet bytes.</p>
<p>mysqldump: Got err no 32 on write.</p>
<p>::</p>
<p>Of course there&#8217;s no indication of why these errors occur or how to get around them. So, I guess for those who were able to use this, congratulations. I&#8217;ll go back to phpMyAdmin import&#8230; It&#8217;s cumbersome, but it always works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh Reddy</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-693</link>
		<dc:creator>Rakesh Reddy</dc:creator>
		<pubDate>Sun, 08 Nov 2009 16:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-693</guid>
		<description>Hello everyone i m trying to copy a databses&#039;s of one server to another server(2 different systems n different server)in my project as a part of copy database wizard(.net platfrom)as i m in entry level(fresher)pls let me know the steps n code required to do this.....thanks in dvance</description>
		<content:encoded><![CDATA[<p>Hello everyone i m trying to copy a databses&#8217;s of one server to another server(2 different systems n different server)in my project as a part of copy database wizard(.net platfrom)as i m in entry level(fresher)pls let me know the steps n code required to do this&#8230;..thanks in dvance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hospedagem de Sites</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-573</link>
		<dc:creator>Hospedagem de Sites</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-573</guid>
		<description>I think the following link will help you....
http://hiox.org/index.php?id=162</description>
		<content:encoded><![CDATA[<p>I think the following link will help you&#8230;.<br />
<a href="http://hiox.org/index.php?id=162" rel="nofollow">http://hiox.org/index.php?id=162</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipankar</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-487</link>
		<dc:creator>Dipankar</dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-487</guid>
		<description>ssh root@remoteserver.com

if my domain name is dbanerjee.com, then should I write the above command like this

ssh root@dbanerjee.com

thank you</description>
		<content:encoded><![CDATA[<p>ssh <a href="mailto:root@remoteserver.com">root@remoteserver.com</a></p>
<p>if my domain name is dbanerjee.com, then should I write the above command like this</p>
<p>ssh <a href="mailto:root@dbanerjee.com">root@dbanerjee.com</a></p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-455</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 16 Jun 2009 17:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-455</guid>
		<description>This is a fantastic tip and I thank you a lot man. I used to export, upload via FTP and all that mess. The last database was 200MB so finding your article has saved me a world of boredom. Thnx.</description>
		<content:encoded><![CDATA[<p>This is a fantastic tip and I thank you a lot man. I used to export, upload via FTP and all that mess. The last database was 200MB so finding your article has saved me a world of boredom. Thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonie Potgieter</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-201</link>
		<dc:creator>Antonie Potgieter</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-201</guid>
		<description>@bright

You can get shell access from your hosting/server provider. It is possible that the login details could be the same as your FTP details though. Give it a try. Something like this : ssh username@domain.com ... and then enter the FTP password.

All the best,
Antonie</description>
		<content:encoded><![CDATA[<p>@bright</p>
<p>You can get shell access from your hosting/server provider. It is possible that the login details could be the same as your FTP details though. Give it a try. Something like this : ssh <a href="mailto:username@domain.com">username@domain.com</a> &#8230; and then enter the FTP password.</p>
<p>All the best,<br />
Antonie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bright</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-200</link>
		<dc:creator>bright</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-200</guid>
		<description>but were we can get shell access?</description>
		<content:encoded><![CDATA[<p>but were we can get shell access?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->