Hello !

Je suis nouveau sur le forum et d'habitude, je n'ai pas besoin de devoir m'inscrire sur un forum pour trouver une solution, je trouve d'habitude mes réponses sur la toile !

Alors voilà, j'ai un de mes sites qui a crashé du jour au lendemain, sans aucune raison ou action...

Après investigation, je comprend que c'est la BDD qui à un soucis.
1
Le constat final est que j'ai complétement réinstaller mon serveur en sauvegardant les fichiers FRM et ibdata1 mais, j'ai éxactement le même soucis qu'avant. Impossible de lancer MySQL...

Voici les différents logs...

200131 20:38:24 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
200131 20:38:24 [Note] Plugin 'FEDERATED' is disabled.
200131 20:38:24 InnoDB: The InnoDB memory heap is disabled
200131 20:38:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
200131 20:38:24 InnoDB: Compressed tables use zlib 1.2.8
200131 20:38:24 InnoDB: Using Linux native AIO
200131 20:38:24 InnoDB: Initializing buffer pool, size = 128.0M
200131 20:38:24 InnoDB: Completed initialization of buffer pool
InnoDB: Database page corruption on disk or a failed
InnoDB: file read of page 5.
InnoDB: You may have to recover from a backup.
200131 20:38:24  InnoDB: Page dump in ascii and hex (16384 bytes):
 len 16384; hex 
● mysql.service - LSB: Start and stop the mysql database server daemon
   Loaded: loaded (/etc/init.d/mysql)
   Active: failed (Result: exit-code) since Fri 2020-01-31 20:46:11 CET; 3min 25s ago
  Process: 9524 ExecStop=/etc/init.d/mysql stop (code=exited, status=0/SUCCESS)
  Process: 11676 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE)

Jan 31 20:46:11 vps587352.ovh.net /etc/init.d/mysql[12407]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf...ted in
Jan 31 20:46:11 vps587352.ovh.net /etc/init.d/mysql[12407]: [61B blob data]
Jan 31 20:46:11 vps587352.ovh.net /etc/init.d/mysql[12407]: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysq...' (2)'
Jan 31 20:46:11 vps587352.ovh.net /etc/init.d/mysql[12407]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Jan 31 20:46:11 vps587352.ovh.net /etc/init.d/mysql[12407]:
Jan 31 20:46:11 vps587352.ovh.net mysql[11676]: Starting MySQL database server: mysqld . . . . . . . . . . . . . . . . . . . . . . . . . .... failed!
Jan 31 20:46:11 vps587352.ovh.net systemd[1]: mysql.service: control process exited, code=exited status=1
Jan 31 20:46:11 vps587352.ovh.net systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Jan 31 20:46:11 vps587352.ovh.net systemd[1]: Unit mysql.service entered failed state.
A première vue, ce serait la BDD qui est corrompue... des idées ?

Merci !
Emilien