LoginSignup
1
2

More than 5 years have passed since last update.

MySQLで文字コードをUTF-8にする

Posted at

my.cnfに以下を追加すると文字コードをUTF-8に設定できる

character_set_server = utf8
[mysql]
default-character-set=utf8
[mysqldump]
default-character-set=utf8
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2