MyBB Community Forums

Full Version: What is the best SSH Command for Performing Database Backup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been using SSH for backing up my database of 160mb using Putty.

I used this commands:

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

Is there any other commands that I need to use? I just found out that I have not been able to completely backup my database and some tables are missing. Please help me!
IIRC that should back everything up in the specified database.
What tables are missing?