質問編集履歴
2
対応後のエラーを記載した位置を変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,19 +1,5 @@
|
|
1
1
|
mariadb 5.5 をインストールし、systemctl start mariadb をすると、「InnoDB: Error: checksum mismatch in data file ./ibdata1」のエラーが発生し、起動できません。
|
2
2
|
|
3
|
-
【対応1とその結果別なエラー】
|
4
|
-
/mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
|
5
|
-
以下のエラーが発生しました。
|
6
|
-
|
7
|
-
<削除したファイル>
|
8
|
-
ib_logfile0
|
9
|
-
ib_logfile1
|
10
|
-
ibdata1
|
11
|
-
|
12
|
-
<再起動後、発生したエラー>
|
13
|
-
[ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
|
14
|
-
[ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
|
15
|
-
priv.frm'
|
16
|
-
|
17
3
|
【OS】
|
18
4
|
CentOS 7.1(64bit)
|
19
5
|
|
@@ -39,4 +25,18 @@
|
|
39
25
|
181018 17:50:26 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
|
40
26
|
181018 17:50:26 [Note] Plugin 'FEEDBACK' is disabled.
|
41
27
|
181018 17:50:26 [ERROR] Unknown/unsupported storage engine: InnoDB
|
42
|
-
181018 17:50:26 [ERROR] Aborting
|
28
|
+
181018 17:50:26 [ERROR] Aborting
|
29
|
+
|
30
|
+
【対応1とその結果別なエラー】
|
31
|
+
/mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
|
32
|
+
以下のエラーが発生しました。
|
33
|
+
|
34
|
+
<削除したファイル>
|
35
|
+
ib_logfile0
|
36
|
+
ib_logfile1
|
37
|
+
ibdata1
|
38
|
+
|
39
|
+
<再起動後、発生したエラー>
|
40
|
+
[ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
|
41
|
+
[ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
|
42
|
+
priv.frm'
|
1
対応後のエラーを記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
mariadb 5.5 をインストールし、systemctl start mariadb をすると、「InnoDB: Error: checksum mismatch in data file ./ibdata1」のエラーが発生し、起動できません。
|
2
2
|
|
3
|
+
【対応1とその結果別なエラー】
|
4
|
+
/mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
|
5
|
+
以下のエラーが発生しました。
|
6
|
+
|
7
|
+
<削除したファイル>
|
8
|
+
ib_logfile0
|
9
|
+
ib_logfile1
|
10
|
+
ibdata1
|
11
|
+
|
12
|
+
<再起動後、発生したエラー>
|
13
|
+
[ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
|
14
|
+
[ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
|
15
|
+
priv.frm'
|
16
|
+
|
3
17
|
【OS】
|
4
18
|
CentOS 7.1(64bit)
|
5
19
|
|