MySQL 設定 utf8 為預設 charset
Posted on Wed 13 February 2013 in note • Tagged with mysql, utf8, utf8mb4, unicode
因為 debian 預設還是 latin1 所以找了一下如何設定。有一種設定在 5.5.x(不確定哪一版開始) 之後會讓 mysqld 開不起來。
[mysqld]
default-character-set = utf8
上面這 …
Continue reading
Posted on Wed 13 February 2013 in note • Tagged with mysql, utf8, utf8mb4, unicode
因為 debian 預設還是 latin1 所以找了一下如何設定。有一種設定在 5.5.x(不確定哪一版開始) 之後會讓 mysqld 開不起來。
[mysqld]
default-character-set = utf8
上面這 …