1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【phpMyAdmin】エラー1030の解消方法

Posted at

phpMyAdminでユーザー権限を編集しようとしていたところ、下記のようなエラー内容が表示されました。

< MySQLのメッセージ >

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

解決方法

mysqlのデータベースを選択。

image.png

テーブルを全て選択

image.png

テーブルを修復するを選択

image.png

これで解決できました。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?