質問編集履歴
1
エラー文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,6 +118,36 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
+
/var/log/mysqld.logの中を見てみたところ下記が。
|
122
|
+
|
123
|
+
```ここに言語を入力
|
124
|
+
|
125
|
+
2021-04-20T13:06:49.543528Z 0 [Warning] [MY-010091] [Server] Can't create test file /var/lib/mysql/mysqld_tmp_file_case_insensitive_test.lower-test
|
126
|
+
|
127
|
+
2021-04-20T13:06:49.543541Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
|
128
|
+
|
129
|
+
2021-04-20T13:06:49.544252Z 0 [ERROR] [MY-010846] [Server] MYSQL_BIN_LOG::open_purge_index_file failed to open register file.
|
130
|
+
|
131
|
+
2021-04-20T13:06:49.544313Z 0 [ERROR] [MY-010817] [Server] MYSQL_BIN_LOG::open_index_file failed to sync the index file.
|
132
|
+
|
133
|
+
2021-04-20T13:06:49.544817Z 0 [ERROR] [MY-010119] [Server] Aborting
|
134
|
+
|
135
|
+
2021-04-20T13:06:49.544993Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.23) MySQL Community Server - GPL.
|
136
|
+
|
137
|
+
mysqld: File './binlog.index' not found (OS errno 13 - Permission denied)
|
138
|
+
|
139
|
+
2021-04-21T07:06:35.001596Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.24) starting as process 14680
|
140
|
+
|
141
|
+
2021-04-21T07:06:35.036077Z 0 [ERROR] [MY-010119] [Server] Aborting
|
142
|
+
|
143
|
+
2021-04-21T07:06:35.046084Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.24) MySQL Community Server - GPL.
|
144
|
+
|
145
|
+
```
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
121
151
|
### 実行環境
|
122
152
|
|
123
153
|
**database.yml**
|