Bonsoir,

mon mysqldump me renvoie une erreur 2013.
Je regarde les logs et pour la première fois de ma vie, je vois qu'il semblerait que la base soit altérés.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
100827  0:02:19  InnoDB: Started; log sequence number 2 537130933
100827  0:02:19 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.51a-24+lenny1-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
InnoDB: Database page corruption on disk or a failed
InnoDB: file read of page 530269.
InnoDB: You may have to recover from a backup.
100827  0:03:54  InnoDB: Page dump in ascii and hex (16384 bytes):
 len 16384; hex 98c2a6a20008175d0006a8400006a847000000020365904545bf00000000000000000000000000003fca0008175e2fdcd3d0d005735a40a501233566f6956699eecd2438dc72d045af3f7cc267d3c7061a3317eae0ea91a4dd50177a49c706$
100827  0:03:54  InnoDB: Page checksum 265430363, prior-to-4.0.14-form checksum 2364739418
InnoDB: stored checksum 2562893474, prior-to-4.0.14-form stored checksum 1877523145
InnoDB: Page lsn 2 56987717, low 4 bytes of lsn at page end 4111719795
InnoDB: Page number (if stored to page already) 530269,
InnoDB: space id (if created with >= MySQL-4.1.1 and stored already) 0
InnoDB: Page may be an index page where index id is 607706226 3494227775
InnoDB: Database page corruption on disk or a failed
InnoDB: file read of page 530269.
InnoDB: You may have to recover from a backup.
InnoDB: It is also possible that your operating
InnoDB: system has corrupted its own file cache
InnoDB: and rebooting your computer removes the
InnoDB: error.
InnoDB: If the corrupt page is an index page
InnoDB: you can also try to fix the corruption
InnoDB: by dumping, dropping, and reimporting
InnoDB: the corrupt table. You can use CHECK
InnoDB: TABLE to scan your table for corruption.
InnoDB: See also InnoDB: http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html
InnoDB: about forcing recovery.
InnoDB: Ending processing because of a corrupt database page.
InnoDB: Log scan progressed past the checkpoint lsn 2 537130933
100827  0:04:45  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
InnoDB: Doing recovery: scanned up to log sequence number 2 537130943
100827  0:04:45  InnoDB: Started; log sequence number 2 537130943
100827  0:04:45 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.51a-24+lenny1-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Debian)
Je crois comprendre qu'il restaure quelque chose mais en fait, rien n'y fait toujours l'erreur 2013.

que faudrait-il que je fasse, d'après ce message ?

d'avance, merci pour vos suggestions