質問編集履歴

2

対応後のエラーを記載した位置を変更

2018/10/18 09:45

投稿

fhiro_tokio
fhiro_tokio

スコア66

test CHANGED
File without changes
test CHANGED
@@ -1,32 +1,4 @@
1
1
  mariadb 5.5 をインストールし、systemctl start mariadb をすると、「InnoDB: Error: checksum mismatch in data file ./ibdata1」のエラーが発生し、起動できません。
2
-
3
-
4
-
5
- 【対応1とその結果別なエラー】
6
-
7
- /mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
8
-
9
- 以下のエラーが発生しました。
10
-
11
-
12
-
13
- <削除したファイル>
14
-
15
- ib_logfile0
16
-
17
- ib_logfile1
18
-
19
- ibdata1
20
-
21
-
22
-
23
- <再起動後、発生したエラー>
24
-
25
- [ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
26
-
27
- [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
28
-
29
- priv.frm'
30
2
 
31
3
 
32
4
 
@@ -81,3 +53,31 @@
81
53
  181018 17:50:26 [ERROR] Unknown/unsupported storage engine: InnoDB
82
54
 
83
55
  181018 17:50:26 [ERROR] Aborting
56
+
57
+
58
+
59
+ 【対応1とその結果別なエラー】
60
+
61
+ /mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
62
+
63
+ 以下のエラーが発生しました。
64
+
65
+
66
+
67
+ <削除したファイル>
68
+
69
+ ib_logfile0
70
+
71
+ ib_logfile1
72
+
73
+ ibdata1
74
+
75
+
76
+
77
+ <再起動後、発生したエラー>
78
+
79
+ [ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
80
+
81
+ [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
82
+
83
+ priv.frm'

1

対応後のエラーを記載

2018/10/18 09:45

投稿

fhiro_tokio
fhiro_tokio

スコア66

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,32 @@
1
1
  mariadb 5.5 をインストールし、systemctl start mariadb をすると、「InnoDB: Error: checksum mismatch in data file ./ibdata1」のエラーが発生し、起動できません。
2
+
3
+
4
+
5
+ 【対応1とその結果別なエラー】
6
+
7
+ /mnt/data01/mariadb の下の以下3つのファイルを削除して、再度、mariadb を起動したら、
8
+
9
+ 以下のエラーが発生しました。
10
+
11
+
12
+
13
+ <削除したファイル>
14
+
15
+ ib_logfile0
16
+
17
+ ib_logfile1
18
+
19
+ ibdata1
20
+
21
+
22
+
23
+ <再起動後、発生したエラー>
24
+
25
+ [ERROR] mysqld: Incorrect information in file: './mysql/proxies_priv.frm'
26
+
27
+ [ERROR] Fatal error: Can't open and lock privilege tables: Incorrect information in file: './mysql/proxies_
28
+
29
+ priv.frm'
2
30
 
3
31
 
4
32