Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by Giuseppe Maxia (not registered) on Wed, 2008-12-17 17:25.

Paddy,

You can simply use mysqldump to backup any 5.1 table, partitioned or otherwise.

Backup:

mysqldump --opt db_name table_name > backup.dump
Restore:
mysql db_name < backup.dump

Suggesting that you should use Zmanda for this task, without mentioning that the native tool is perfectly adequate, is misleading.

 If you want to promote your specific tool, please say so in the title.

Giuseppe

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.