UBB.Dev
Posted By: nosleep SQL Command in Database Tools 6.5 ??? - 12/13/2004 7:46 PM
Hello,

can someone please tell me the correct command line to fill in in Admin > Database Tools > SQL Command - to perform a full db dump.

I'm having problems with this and kind find the answer after a whole day searching around.

Thank you very much in advance.
Posted By: Zackary Re: SQL Command in Database Tools 6.5 ??? - 12/13/2004 7:51 PM
Control panel > Database Tools > Backup Tables Tab > All tables option
Posted By: nosleep Re: SQL Command in Database Tools 6.5 ??? - 12/13/2004 7:59 PM
no, that will perform a table by table backup. My db is 4 Gig. I want to perform a complete dump, best gzip.

that is the command I need.
Posted By: Zackary Re: SQL Command in Database Tools 6.5 ??? - 12/13/2004 9:52 PM
Eww. I use phpmyadmin for that. Sorry.
Posted By: little_joe Re: SQL Command in Database Tools 6.5 ??? - 12/15/2004 1:47 AM
mysqldump --opt --u <forumdbusername> --password <forumdbuserpassword> <forumdbname> > /path-to-backup-directory/forumdb.sql
© UBB.Developers