Mengatasi error mysql_full_unicode_support di moodle

MadrasahDigital.com. Mengatasi error unicode Moodle dengan format mysql_full_unicode_support di moodle perlu dilakukan agar proses bisa berjalan lancar.

Saat install moodle di hosting, kadang terjadi error mysql_full_unicode_suppor saat proses setup. Padahal ekstensi php diperlukan sudah aktif, namun kenapa demikian?. penyebabnya karena tidak mendukung utf8mb4, untuk mengatasinya silahkan simak berikut

Mengatasi Error Unicode Moodle

atau

Mengatasi error mysql_full_unicode_support#File_format di moodle

  1. Cari dan edit file config.php
  2. Ubah ‘dbcollation’ => ‘utf8_unicode_ci’, menjadi:
    ‘dbcollation’ => ‘utf8mb4_unicode_ci’,
  3. Setelah itu save, dan klik reload di installasi moodlenya

Selanjutnya lanjutkan reload moodle

Loading