質問編集履歴
1
試してみたことの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,6 +72,38 @@
|
|
72
72
|
|
73
73
|
とエラーが出る
|
74
74
|
|
75
|
+
↓
|
76
|
+
|
77
|
+
この[記事](https://ksm.bf1.jp/?p=216)を参考に違う方法でupgrade=FORCEを起動させようとする。
|
78
|
+
|
79
|
+
```
|
80
|
+
|
81
|
+
/usr/sbin/mysqld --basedir=/usr --upgrade=FORC
|
82
|
+
|
83
|
+
```
|
84
|
+
|
85
|
+
↓
|
86
|
+
|
87
|
+
このコマンドを打つと、以下のような文が出る
|
88
|
+
|
89
|
+
```
|
90
|
+
|
91
|
+
[Warning] [MY-010091] [Server] Can't create test file /var/lib/mysql/mysqld_tmp_file_case_insensitive_test.lower-test
|
92
|
+
|
93
|
+
[System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.23) starting as process 23057
|
94
|
+
|
95
|
+
[Warning] [MY-010091] [Server] Can't create test file /var/lib/mysql/mysqld_tmp_file_case_insensitive_test.lower-test
|
96
|
+
|
97
|
+
[Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
|
98
|
+
|
99
|
+
[ERROR] [MY-010187] [Server] Could not open file '/var/log/mysqld.log' for error logging: Permission denied
|
100
|
+
|
101
|
+
[ERROR] [MY-010119] [Server] Aborting
|
102
|
+
|
103
|
+
[System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.23) MySQL Community Server - GPL.
|
104
|
+
|
105
|
+
```
|
106
|
+
|
75
107
|
### 補足情報(FW/ツールのバージョンなど)
|
76
108
|
|
77
109
|
|