- 現在との差分 を表示
- ソース を表示
- MySQL/utf8 へ行く。
1: 2010-01-09 (土) 14:41:15 admin | |||
---|---|---|---|
Line 1: | Line 1: | ||
+ | *** 作成時に文字コードを指定 [#v3d64d11] | ||
+ | mysql> create database db_name default character set utf8; | ||
+ | *** 設定ファイルで文字コードを指定 [#ge06ab12] | ||
+ | - /etc/my.conf | ||
+ | [mysql] | ||
+ | default-character-set=utf8 | ||
+ | |||
+ | [mysqld] | ||
+ | default-character-set=utf8 | ||
+ | datadir=/var/mysql | ||
+ | #socket=/var/mysql/mysql.sock | ||
+ | user=mysql | ||
+ | # Default to using old password format for compatibility with mysql 3.x | ||
+ | # clients (those using the mysqlclient10 compatibility package). | ||
+ | old_passwords=1 | ||
+ | |||
+ | [mysqld_safe] | ||
+ | log-error=/var/log/mysqld.log | ||
+ | pid-file=/var/mysql/mysqld.pid |
- MySQL/utf8 のバックアップ一覧
- MySQL/utf8 のバックアップ差分(No. All)