質問編集履歴

4

docker-compose.yml ファイルにて一部追記

2020/07/26 21:26

投稿

Sento__aa
Sento__aa

スコア21

test CHANGED
File without changes
test CHANGED
@@ -289,3 +289,53 @@
289
289
 
290
290
 
291
291
  解決方法についてまた何かありましたらご教示をお願いいたします。
292
+
293
+
294
+
295
+ ### 追記(設定変更)
296
+
297
+ ■docker-compose.yml →command追記
298
+
299
+ ```ここに言語を入力
300
+
301
+ mysql:
302
+
303
+ command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
304
+
305
+ ```
306
+
307
+ ■MySQL設定 変更されていることを確認
308
+
309
+ ```ここに言語を入力
310
+
311
+ mysql> show variables like "chara%";
312
+
313
+ +--------------------------+----------------------------+
314
+
315
+ | Variable_name | Value |
316
+
317
+ +--------------------------+----------------------------+
318
+
319
+ | character_set_client | latin1 |
320
+
321
+ | character_set_connection | latin1 |
322
+
323
+ | character_set_database | utf8mb4 |
324
+
325
+ | character_set_filesystem | binary |
326
+
327
+ | character_set_results | latin1 |
328
+
329
+ | character_set_server | utf8mb4 |
330
+
331
+ | character_set_system | utf8 |
332
+
333
+ | character_sets_dir | /usr/share/mysql/charsets/ |
334
+
335
+ +--------------------------+----------------------------+
336
+
337
+ 8 rows in set (0.00 sec)
338
+
339
+
340
+
341
+ ```

3

2020/07/26 21:26

投稿

Sento__aa
Sento__aa

スコア21

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ### 試したこと①
26
26
 
27
- [リンク内容](http://https://qiita.com/Sa2Knight/items/02cf69acfa5dd673ca36)
27
+ [リンク内容](https://qiita.com/Sa2Knight/items/02cf69acfa5dd673ca36)
28
28
 
29
29
 
30
30
 

2

2020/07/25 00:34

投稿

Sento__aa
Sento__aa

スコア21

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,8 @@
26
26
 
27
27
  [リンク内容](http://https://qiita.com/Sa2Knight/items/02cf69acfa5dd673ca36)
28
28
 
29
+
30
+
29
31
  上記記事を試していますが、途中
30
32
 
31
33
  ```ここに言語を入力

1

2020/07/25 00:33

投稿

Sento__aa
Sento__aa

スコア21

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ### 試したこと①
26
26
 
27
- [https://qiita.com/Sa2Knight/items/02cf69acfa5dd673ca36]
27
+ [リンク内容](http://https://qiita.com/Sa2Knight/items/02cf69acfa5dd673ca36)
28
28
 
29
29
  上記記事を試していますが、途中
30
30