Talk:Converting your MySQL database to UTF8: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) page move? |
→For MYSQL 5.5: new section |
||
| Line 2: | Line 2: | ||
Just wondering whether this page should be moved to the developer docs, together with all the other UTF-8 documentation? --[[User:Helen Foster|Helen Foster]] 16:40, 13 February 2012 (WST) | Just wondering whether this page should be moved to the developer docs, together with all the other UTF-8 documentation? --[[User:Helen Foster|Helen Foster]] 16:40, 13 February 2012 (WST) | ||
== For MYSQL 5.5 == | |||
Need to update for MYSQL 5.5. | |||
They removed support for: default-character-set=utf8 .... | |||
[mysqld] | |||
collation-server = utf8_unicode_ci | |||
init-connect='SET NAMES utf8' | |||
character-set-server = utf8 | |||
Revision as of 15:22, 17 December 2013
Page move?
Just wondering whether this page should be moved to the developer docs, together with all the other UTF-8 documentation? --Helen Foster 16:40, 13 February 2012 (WST)
For MYSQL 5.5
Need to update for MYSQL 5.5. They removed support for: default-character-set=utf8 ....
[mysqld]
collation-server = utf8_unicode_ci
init-connect='SET NAMES utf8'
character-set-server = utf8