操作
バグ #19
完了バグ #18: redmineで4バイト文字のチケットを立てるとエラー吐く
dockerで立てたmysqlの文字コードを変える(utf8mb4に)
ステータス:
解決
優先度:
通常
担当者:
-
開始日:
2023/12/25
期日:
進捗率:
0%
予定工数:
説明
やり方わからん
nesotech Admin さんが1年以上前に更新
· 編集済み
-p なしだとパスワード聞かれさえせず認証失敗するので -p をつける (パスワードわからないなら知らん)
https://mstdn.home.neso.tech/@lo48576@mastodon.cardina1.red/111641507385228339
できた
bash-4.2# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 27
Server version: 5.7.44 MySQL Community Server (GPL)
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
nesotech Admin さんが1年以上前に更新
root@redmine:~/redmine# docker compose exec -T db mysql redmine -u root --password=<PASSWORD> < redmine.sql
でできた.
操作