I have attempted to do a backup from the telnet prompt as recommended in the manual.
mysqldump --opt -uusername -p forums > /usr/home/username/usr/local/etc/httpd/htdocs/cherub/backups/100502.sql
but I get this error
/usr/local/mysql/bin/mysqldump: Got error: 1105: File '/usr/local/mysql-3.23.52/
var/forums/threadrate.MYD' not found (Errcode: 24) when using LOCK TABLES
Is my syntax wrong? Do I need to put my board in maintenance mode before I attempt this?
Christine
mysqldump --opt -uusername -p forums > /usr/home/username/usr/local/etc/httpd/htdocs/cherub/backups/100502.sql
but I get this error
/usr/local/mysql/bin/mysqldump: Got error: 1105: File '/usr/local/mysql-3.23.52/
var/forums/threadrate.MYD' not found (Errcode: 24) when using LOCK TABLES
Is my syntax wrong? Do I need to put my board in maintenance mode before I attempt this?
Christine
Comment