If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > archiving

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-04, 02:05
pdel pdel is offline
Registered User
 
Join Date: Apr 2004
Posts: 7
Question archiving

hello everyone! we have this project proposal in our school, and im wondering how and what are the techniqes in archiving in mysql. your help would e gratly appreciated. thanks...
Reply With Quote
  #2 (permalink)  
Old 08-10-04, 02:16
SQLMaestro SQLMaestro is offline
Registered User
 
Join Date: Jun 2004
Posts: 12
Hi,

Personally I archive the MySQL databases by extracting the tables (both structure and data) into SQL scripts and then compress them with zip. I think, this is the most reliable way to make data archives in MySQL. There is a program called 'mysqldump', which can do that. It is included in every MySQL distribution package. Also there is another tool called MySQL Service Center, which provides a lot of extra abilities, such as extracting a database by schedule and compressing script after extraction is completed. The trial version of this tool is available at http://www.mysqlmaestro.com/products.../download.html.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On