Dyskusja:Converting your MySQL database to UTF8

Z MoodleDocs
Skocz do:nawigacja, szukaj

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

--Craig Szymanski (dyskusja) 23:23, 17 December 2013 (WST)