Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

#1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria

Created a new database but can't create new user account due to this error. Does anyone know how to fix this? I can't find any solution to fix this.

1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria

error picture

like image 612
neph Avatar asked Mar 26 '20 09:03

neph


2 Answers

In my case above solution not worked. But the solution is similar to suggest by the @user13439511

Follow the below steps.

  1. Select "mysql" database from the list of database. enter image description here

  2. Select all tables inside "mysql" database. enter image description here

  3. Scroll down and select "Repair Table" option in combobox.

  4. Click on Go button.

Done.

like image 164
Pankaj Lahoti Avatar answered Sep 17 '22 13:09

Pankaj Lahoti


I was attempting to add a user to a new database with 'Privileges' and received this error: "#1030 - Got error 176 "Read page with wrong checksum" from storage engine Aria"

Select mysql from the list of databases. From the Table list, tick the box beside 'db'. Scroll to the bottom of the page, in the selection box that says 'With selected' scroll down to and select 'Repair Table' then select 'Go'. Worked for me .:m

like image 44
user13439511 Avatar answered Sep 17 '22 13:09

user13439511