<?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>Mon, 30 Jan 2012 10:42:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-7279</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Mon, 10 Jan 2011 03:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-7279</guid>
		<description>Thank you so much man, an easy way to move mysql database to another server.</description>
		<content:encoded><![CDATA[<p>Thank you so much man, an easy way to move mysql database to another server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junaid</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-7119</link>
		<dc:creator>Junaid</dc:creator>
		<pubDate>Fri, 29 Oct 2010 12:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-7119</guid>
		<description>My wordpress database have crashed and my server is doing 100% cpu usage and it is creating a lot of headache for me.

Is there a possibility to move the posts, categories, tags and users data to a new wordpress database?

Thanks</description>
		<content:encoded><![CDATA[<p>My wordpress database have crashed and my server is doing 100% cpu usage and it is creating a lot of headache for me.</p>
<p>Is there a possibility to move the posts, categories, tags and users data to a new wordpress database?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RB</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-7108</link>
		<dc:creator>RB</dc:creator>
		<pubDate>Mon, 25 Oct 2010 17:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-7108</guid>
		<description>will this work for SQLServer as well?</description>
		<content:encoded><![CDATA[<p>will this work for SQLServer as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill Han</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-7075</link>
		<dc:creator>Jill Han</dc:creator>
		<pubDate>Mon, 27 Sep 2010 15:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-7075</guid>
		<description>Hi, 
it was what I typed at command line
mysql&gt; mysqldump -v test &#124; ssh root@remote.college.edu mysql -uroot -prootpassword test;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near &#039;mysqldump -v test &#124; ssh root@remote.college.edu mysql -uroot -prootpassword test&#039; at line 1

any thoughts on what could cause that?

thanks for your help,

Jill</description>
		<content:encoded><![CDATA[<p>Hi,<br />
it was what I typed at command line<br />
mysql&gt; mysqldump -v test | ssh <a href="mailto:root@remote.college.edu">root@remote.college.edu</a> mysql -uroot -prootpassword test;<br />
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your<br />
MySQL server version for the right syntax to use near &#8216;mysqldump -v test | ssh <a href="mailto:root@remote.college.edu">root@remote.college.edu</a> mysql -uroot -prootpassword test&#8217; at line 1</p>
<p>any thoughts on what could cause that?</p>
<p>thanks for your help,</p>
<p>Jill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gate openers</title>
		<link>http://www.lost-in-code.com/programming/mysql/mysql-transfer-database-from-server-to-another-server/comment-page-1/#comment-7063</link>
		<dc:creator>gate openers</dc:creator>
		<pubDate>Thu, 16 Sep 2010 16:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/20/mysql-transfer-database-from-server-to-another-server/#comment-7063</guid>
		<description>Can you show me some references to this? I want to know more information. Thanks</description>
		<content:encoded><![CDATA[<p>Can you show me some references to this? I want to know more information. Thanks</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

