Moodle


Revision as of 16:24, 11 August 2010 by Tim (talk | contribs) (Created page with 'Moodle requires all of its database tables created with UTF-8 by default. The solution is to create a brand new database, click on edit, and use the 'SQL' option in phpMyAdmin to…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moodle requires all of its database tables created with UTF-8 by default. The solution is to create a brand new database, click on edit, and use the 'SQL' option in phpMyAdmin to enter in the following to set the default character set for the database: 'ALTER DATABASE `yourdatabasename` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;'