MySQL Forums
Forum List  »  MySQL Administrator

help with Mysqldump
Posted by: James Brown
Date: October 27, 2009 08:29AM

I need to back up a large Vbulletin (forum) database (750mb) On a windows server, so I can FTP the backup to a new Linux server. The instructions Vbulletin give to back up and restore their databases is as follows.

mysqldump --opt -Q -u dbusername -p databasename > backupname.sql

Can I use Mysql administrator to carry out the dump with these options --opt and -Q

(if I knew what those options meant it might help :embarrassed:)

Thanks



Edited 2 time(s). Last edit at 10/27/2009 08:38AM by James Brown.

Options: ReplyQuote


Subject
Written By
Posted
help with Mysqldump
October 27, 2009 08:29AM
October 27, 2009 03:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.