Note: You are currently viewing documentation for Moodle 3.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Converting your MySQL database to UTF8.

Talk:Converting your MySQL database to UTF8

From MoodleDocs
Revision as of 15:23, 17 December 2013 by Craig Szymanski (talk | contribs) (β†’β€ŽFor MYSQL 5.5)
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)

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 (talk) 23:23, 17 December 2013 (WST)