Backup not working with large database?

freakalis

Verified User
Joined
Oct 23, 2006
Messages
7
I got Error while backing up database two times in a row now. All other backups works fine.

Is it because the database is quite large? Around 800 mb.

The quota for this account is unlimited.
 
upload db to your homedir and connect ssh and try this:

mysqldump mysqlserver_dbname >yourdb.sql -ppassword
 
Back
Top