<?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: Backup and Restore MySQL Database using mysqlhotcopy</title>
	<atom:link href="http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 12 Steps to Install and Configure Alfresco on UNIX / Linux</title>
		<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/comment-page-1/#comment-59821</link>
		<dc:creator>12 Steps to Install and Configure Alfresco on UNIX / Linux</dc:creator>
		<pubDate>Thu, 19 Aug 2010 18:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=87#comment-59821</guid>
		<description>[...] server. As a final step, make sure to take a backup of alfresco mysql database using mysqldump or mysqlhotcopy and /opt/alfresco [...]</description>
		<content:encoded><![CDATA[<p>[...] server. As a final step, make sure to take a backup of alfresco mysql database using mysqldump or mysqlhotcopy and /opt/alfresco [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/comment-page-1/#comment-11955</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 26 Jun 2009 09:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=87#comment-11955</guid>
		<description>When copying the files back.

cp --preserve=mode,ownership [path/to/backup/files] /var/lib/mysql/[db_name]

Using preserve will stop you having to use chmod and chown.</description>
		<content:encoded><![CDATA[<p>When copying the files back.</p>
<p>cp &#8211;preserve=mode,ownership [path/to/backup/files] /var/lib/mysql/[db_name]</p>
<p>Using preserve will stop you having to use chmod and chown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasikala</title>
		<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/comment-page-1/#comment-7683</link>
		<dc:creator>sasikala</dc:creator>
		<pubDate>Tue, 31 Mar 2009 10:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=87#comment-7683</guid>
		<description>I got it working. Its because, when restoring the files, the owner of those files should be mysql. Thanks.</description>
		<content:encoded><![CDATA[<p>I got it working. Its because, when restoring the files, the owner of those files should be mysql. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasikala</title>
		<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/comment-page-1/#comment-7679</link>
		<dc:creator>sasikala</dc:creator>
		<pubDate>Tue, 31 Mar 2009 09:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=87#comment-7679</guid>
		<description>Hi,
Nice article.
I tried taking the backup and restoring using this mysqlhotcopy.
I issued the following cmd.
mysql&gt; /usr/bin/mysqlhotcopy -u root -p pass appdb  /tmp -allowold -keepold
Locked 16 tables in 0 seconds.
Flushed tables (`all the tables`) in 0 seconds.
Copying 48 files...
Copying indices for 0 files...
Unlocked tables.
mysqlhotcopy copied 16 tables (48 files) in 0 seconds (0 seconds overall).

NOTE: Here it dnt show 16*3+1. i dnt know why?

then i stopped and copied these backup under new database..

when i connected to new database it is showing error
Didn&#039;t find any fields in table &#039;Ar&#039;
Didn&#039;t find any fields in table &#039;Arch&#039;
Didn&#039;t find any fields in table &#039;Arist&#039;
Didn&#039;t find any fields in table &#039;BITE&#039;
If i described any table in that it is saying error
Can&#039;t find file: &#039;./newdb/Ar.frm&#039; (errno: 13)

Do u have any idea how to resolve this?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice article.<br />
I tried taking the backup and restoring using this mysqlhotcopy.<br />
I issued the following cmd.<br />
mysql&gt; /usr/bin/mysqlhotcopy -u root -p pass appdb  /tmp -allowold -keepold<br />
Locked 16 tables in 0 seconds.<br />
Flushed tables (`all the tables`) in 0 seconds.<br />
Copying 48 files&#8230;<br />
Copying indices for 0 files&#8230;<br />
Unlocked tables.<br />
mysqlhotcopy copied 16 tables (48 files) in 0 seconds (0 seconds overall).</p>
<p>NOTE: Here it dnt show 16*3+1. i dnt know why?</p>
<p>then i stopped and copied these backup under new database..</p>
<p>when i connected to new database it is showing error<br />
Didn&#8217;t find any fields in table &#8216;Ar&#8217;<br />
Didn&#8217;t find any fields in table &#8216;Arch&#8217;<br />
Didn&#8217;t find any fields in table &#8216;Arist&#8217;<br />
Didn&#8217;t find any fields in table &#8216;BITE&#8217;<br />
If i described any table in that it is saying error<br />
Can&#8217;t find file: &#8216;./newdb/Ar.frm&#8217; (errno: 13)</p>
<p>Do u have any idea how to resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek Stuff &#187; Backup and Restore MySQL database using mysqldump</title>
		<link>http://www.thegeekstuff.com/2008/07/backup-and-restore-mysql-database-using-mysqlhotcopy/comment-page-1/#comment-1236</link>
		<dc:creator>The Geek Stuff &#187; Backup and Restore MySQL database using mysqldump</dc:creator>
		<pubDate>Mon, 22 Sep 2008 06:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=87#comment-1236</guid>
		<description>[...] To restore the database,  execute the *.sql file on destination database.  For MyISAM, use mysqlhotcopy method  that we explained earlier, as it is faster for MyISAM tables.   Using mysqldump, you can backup a [...]</description>
		<content:encoded><![CDATA[<p>[...] To restore the database,  execute the *.sql file on destination database.  For MyISAM, use mysqlhotcopy method  that we explained earlier, as it is faster for MyISAM tables.   Using mysqldump, you can backup a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:34:09 -->
