MySQL Backup

This is a discussion on "MySQL Backup" within the Databases section. This forum, and the thread "MySQL Backup are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 17th, 2007, 04:35
Junior Member
Join Date: Apr 2007
Location: India
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Question MySQL Backup

Hi i have copied MySQL data folder from my server and replaced the data folder in my local system. I stopped mysql server in my local system and then copied the data folder. after copying when i restart the mysql server it does not connect and it terminates. How to make physical copy of data folder from one server to another. if i use SQLYog for backup it works fine. But i want to know how to make physical copy of data folder? Iam using InnoDB.

Thanks,
Thanuja
Reply With Quote

  #2 (permalink)  
Old Apr 19th, 2007, 03:40
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: MySQL Backup

I would strongly advise you NOT to make a copy at the file system level, but to use mysqldump instead. By copying the file system, you are breaking the "no subversion" rule of database design, and except in the case of taking a full physical backup to restore in the event of a server crash, there's no reason.

Now going somewhat against my own comments - it is actually quite easy to copy myIsam tables at an OS level (shhh - don't tell everyone) but I wouldn't try it with InnoDb - you can have all sorts of issues such as the one you're reporting
Reply With Quote
Reply

Tags
database

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup phpbb forum? GuNka PHP Forum 8 Apr 8th, 2008 21:13
MySQL / PHP!!? Webby46 PHP Forum 1 Aug 30th, 2007 00:13
need to BackUp MySql DB from VB.NET capzman Databases 3 Apr 5th, 2007 09:14
systex error backup copy Aaron1988 Databases 2 Mar 4th, 2007 22:45
PHP/MySQL Web JobBot Job Opportunities 0 Dec 19th, 2006 14:10


All times are GMT. The time now is 05:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43