<?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 Transfer All MySQL Databases From Old to New Server	</title>
	<atom:link href="https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 04 Mar 2025 05:51:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2282722</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 04 Mar 2025 05:51:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30746#comment-2282722</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2281566&quot;&gt;Jibun no Kage&lt;/a&gt;.

@Jibun,

Yes, `&lt;strong&gt;mysqldump&lt;/strong&gt;` requires the MySQL service to be running. Stopping the service closes the socket, preventing the dump. Keep MySQL running while taking the backup.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2281566">Jibun no Kage</a>.</p>
<p>@Jibun,</p>
<p>Yes, `<strong>mysqldump</strong>` requires the MySQL service to be running. Stopping the service closes the socket, preventing the dump. Keep MySQL running while taking the backup.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jibun no Kage		</title>
		<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2281566</link>

		<dc:creator><![CDATA[Jibun no Kage]]></dc:creator>
		<pubDate>Mon, 03 Mar 2025 15:59:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30746#comment-2281566</guid>

					<description><![CDATA[Are you stopping the very service you&#039;re trying to use? The moment I stop the service and attempt to perform a dump, I receive the following error:
&lt;pre&gt;
mysqldump: Got error: 2002: &quot;Can&#039;t connect to local server through socket &#039;/run/mysqld/mysqld.sock&#039; (2)&quot; when trying to connect
&lt;/pre&gt;
Clearly, something in your steps isn&#039;t correct. If I restart the service, the dump works fine. What could be the issue?]]></description>
			<content:encoded><![CDATA[<p>Are you stopping the very service you&#8217;re trying to use? The moment I stop the service and attempt to perform a dump, I receive the following error:</p>
<pre>
mysqldump: Got error: 2002: "Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)" when trying to connect
</pre>
<p>Clearly, something in your steps isn&#8217;t correct. If I restart the service, the dump works fine. What could be the issue?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ian		</title>
		<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2149705</link>

		<dc:creator><![CDATA[Ian]]></dc:creator>
		<pubDate>Tue, 19 Mar 2024 13:42:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30746#comment-2149705</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-1879837&quot;&gt;Sagrat&lt;/a&gt;.

Restoring a MariaDB database from a mysql dump file won&#039;t work for system versioned tables and I might fail if using a table type that MySQL doesn&#039;t support such as Aria.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-1879837">Sagrat</a>.</p>
<p>Restoring a MariaDB database from a mysql dump file won&#8217;t work for system versioned tables and I might fail if using a table type that MySQL doesn&#8217;t support such as Aria.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Faiz Qiam		</title>
		<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-2024209</link>

		<dc:creator><![CDATA[Faiz Qiam]]></dc:creator>
		<pubDate>Fri, 09 Jun 2023 21:23:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30746#comment-2024209</guid>

					<description><![CDATA[Hello, 

I want to have a complete copy of my database which is on a linux server on my own Windows computer would you send me a link to the step-by-step copy the process to not face any problems. 

Thank you!]]></description>
			<content:encoded><![CDATA[<p>Hello, </p>
<p>I want to have a complete copy of my database which is on a linux server on my own Windows computer would you send me a link to the step-by-step copy the process to not face any problems. </p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sagrat		</title>
		<link>https://www.tecmint.com/transfer-mysql-databases-from-old-to-new-server/comment-page-1/#comment-1879837</link>

		<dc:creator><![CDATA[Sagrat]]></dc:creator>
		<pubDate>Fri, 16 Sep 2022 14:08:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30746#comment-1879837</guid>

					<description><![CDATA[There is a mistake in this article. To restore a database from a dump generated with mysqldump the correct syntax is :
&lt;pre&gt;
mysql -u USER-p &#060; databasename_bkup.sql
&lt;/pre&gt;
The command is this article &#034; mysql -u [user] -p newdatabase &#060; database_name.sql&#034; works only if the database already exists.]]></description>
			<content:encoded><![CDATA[<p>There is a mistake in this article. To restore a database from a dump generated with mysqldump the correct syntax is :</p>
<pre>
mysql -u USER-p &lt; databasename_bkup.sql
</pre>
<p>The command is this article &quot; mysql -u [user] -p newdatabase &lt; database_name.sql&quot; works only if the database already exists.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
