Hallo,
Ich versuche für ein Backup folgendes:
mysqldump -A -C --password=xxxxx >all.sql
Aber es werden längst nicht alle DB´s beackupt, any Idea ?
MysqlDump
-
- Posts: 77
- Joined: 2003-05-13 23:20
- Location: Lahnstein
- Contact:
Re: MysqlDump
Günter wrote:Hallo,
Ich versuche für ein Backup folgendes:
mysqldump -A -C --password=xxxxx >all.sql
Aber es werden längst nicht alle DB´s beackupt, any Idea ?
Root-Passwort verwendet?
Re: MysqlDump
Folgende Fehlermeldung:
mysqldump: Can't get CREATE TABLE for table 'bb1_object2board' (Can't open file: 'bb1_object2board.MYD'. (errno: 145))
/bin/tar: home/www/webXXX/html/ dasdasd : file changed as we read it
/bin/tar: home/www/web31/log/access_log: file changed as we read it
/bin/tar: home/www/web68/log/access_log: file changed as we read it
/bin/tar: Error exit delayed from previous errors
mysqldump: Can't get CREATE TABLE for table 'bb1_object2board' (Can't open file: 'bb1_object2board.MYD'. (errno: 145))
/bin/tar: home/www/webXXX/html/ dasdasd : file changed as we read it
/bin/tar: home/www/web31/log/access_log: file changed as we read it
/bin/tar: home/www/web68/log/access_log: file changed as we read it
/bin/tar: Error exit delayed from previous errors
Re: MysqlDump
Code: Select all
# perror 145
Error code 145: Unknown error 145
145 = Table was marked as crashed and should be repaired
Schau mal hier nach:
http://www.mysql.com/doc/en/Crashing.html und
http://www.mysql.com/doc/en/Corrupted_M ... ables.html und
Code: Select all
man myisamchk