Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Search.

Search results

From MoodleDocs

Page title matches

  • ...from the latin1 charset to UTF8. Moodle requires that your Database is now UTF8 and will not upgrade if your database is not. For more information about UTF8 have a look at the doc on [[Unicode|unicode]].
    9 KB (1,463 words) - 09:53, 2 March 2012

Page text matches

  • ALTER DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; To avoid this problem initially create the database with utf8 options.
    1 KB (238 words) - 18:12, 21 April 2010
  • ...n etch), which apparently does not default to creating the database with a utf8 encoding. ...stgresql user, removed the old database, and recreated the new one, with a utf8 encoding:
    1 KB (189 words) - 23:23, 10 August 2014
  • ...H OWNER moodleuser ENCODING 'UTF8' LC_COLLATE='cs_CZ.utf8' LC_CTYPE='cs_CZ.utf8' TEMPLATE=template0; moodle | moodleuser | UTF8 | cs_CZ.utf8 | cs_CZ.utf8 |
    3 KB (419 words) - 15:43, 14 December 2013
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Each record is a group in a course.' AUTO_INCREMENT=41 ; ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Link a grouping to a course (or the site).' AUTO_INCREMENT=1 ;
    5 KB (679 words) - 18:59, 24 July 2014
  • ...from the latin1 charset to UTF8. Moodle requires that your Database is now UTF8 and will not upgrade if your database is not. For more information about UTF8 have a look at the doc on [[Unicode|unicode]].
    9 KB (1,463 words) - 09:53, 2 March 2012
  • ..."Character set" and a "Collation". For moodle the character set should be utf8 and the collation is utf8_general_ci. You may get the option to set these v mysql> CREATE DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
    4 KB (603 words) - 15:34, 10 December 2014
  • = To ensure that utf8 is used by mysql = default-character-set=utf8
    6 KB (971 words) - 15:48, 2 January 2015
  • ...database server, create a new empty database. The default encoding must be UTF8. For example, using MySQL: CREATE DATABASE moodle DEFAULT CHARACTER SET UTF8 COLLATE utf8_unicode_ci;
    4 KB (695 words) - 17:05, 8 February 2015
  • ...etup communication encoding - example for MySQL and PostgreSQL: SET NAMES 'utf8'
    4 KB (578 words) - 16:32, 17 September 2009
  • ...etup communication encoding - example for MySQL and PostgreSQL: SET NAMES 'utf8'
    4 KB (578 words) - 13:36, 20 June 2010
  • $CFG->unicodedb = true; // If Database is utf8
    4 KB (671 words) - 06:32, 12 August 2009
  • * [[Converting your MySQL database to UTF8]]
    4 KB (559 words) - 15:11, 4 November 2014
  • Then ensure that the database is set to UTF8 which is required by later distributions of Moodle <pre>mysql> ALTER DATABASE moodle charset=utf8;</pre>
    7 KB (1,143 words) - 15:40, 8 December 2014
  • * Upgrade to UTF8 does not work
    4 KB (546 words) - 11:25, 8 February 2013
  • (mysql): SET NAMES 'utf8'
    4 KB (679 words) - 14:14, 14 April 2016
  • ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COMMENT='To store backup configuration variables';
    5 KB (732 words) - 15:46, 14 December 2013
  • >>>> rename the directory /mod/studynotes/lang/en-utf8 into /mod/studynotes/lang/en <<<<
    5 KB (756 words) - 07:07, 3 July 2013
  • mysql> create database moodle default character set utf8;
    5 KB (810 words) - 18:35, 20 February 2014
  • <code>mysql> CREATE DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;</code>
    6 KB (909 words) - 09:38, 10 November 2013
  • The file must be encoded in [[UTF8]]
    10 KB (1,516 words) - 21:26, 7 August 2014
  • ==When upgrading Moodle claims my MySQL database is not UTF8 when I'm sure it is== See [[Converting your MySQL database to UTF8]]
    27 KB (4,537 words) - 15:18, 10 August 2021
  • ** CREATE DATABASE mymoodle CHARSET 'utf8';
    8 KB (1,371 words) - 07:04, 16 August 2011
  • ALTER DATABASE `moodle` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `mdl_tablename` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
    21 KB (3,779 words) - 15:18, 10 August 2021
  • mysql><pre>CREATE DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;</pre>
    12 KB (2,091 words) - 00:02, 24 May 2015
  • ...tors available for download. The BOM is neither recommended or required as UTF8 does not have [http://en.wikipedia.org/wiki/Byte-order_mark byte order issu
    18 KB (2,806 words) - 18:04, 25 March 2016
  • * Edit the moodle.xml file with some UTF8-compatible editor and delete such characters. Save changes.
    19 KB (3,227 words) - 09:18, 30 June 2015
  • ...ttpd.conf (when using Apache) and php.ini are set to DefaultCharacterset = utf8 or switch the sending of a default character set off.
    26 KB (4,215 words) - 11:13, 27 March 2015