Skip to content

Instantly share code, notes, and snippets.

@henrytran9x
Created June 30, 2017 08:24
Show Gist options
  • Save henrytran9x/a89eb7261e31ae19873924d908006789 to your computer and use it in GitHub Desktop.
Save henrytran9x/a89eb7261e31ae19873924d908006789 to your computer and use it in GitHub Desktop.
Change type column nam set utf8
/** This fix error limit import question in moodle **/
ALTER TABLE `mdl_question` CHANGE `name` `name` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment