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

Talk:Converting your MySQL database to UTF8: Difference between revisions

From MoodleDocs
page move?
 
 
(One intermediate revision by the same user not shown)
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
--[[User:Craig Szymanski|Craig Szymanski]] ([[User talk:Craig Szymanski|talk]]) 23:23, 17 December 2013 (WST)

Latest revision as of 15:23, 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

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