Skip to content

Instantly share code, notes, and snippets.

@eduavila
Created May 14, 2020 13:31
Show Gist options
  • Save eduavila/1e9688b9ab729f8720b1d367aa94efc2 to your computer and use it in GitHub Desktop.
Save eduavila/1e9688b9ab729f8720b1d367aa94efc2 to your computer and use it in GitHub Desktop.
[Mysql ]InnoDB: Database page corruption on disk or a failed file read of page

Erro ao iniciar MYSQl 5.7 "InnoDB: Database page corruption on disk or a failed file read of page"

Adicionar configuracao no arquivo my.config

vi /etc/my.cnf
[mysqld]
innodb_force_recovery = 2

Após recuperar banco, remover opção pois pode causar problema futuramente.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment