Mengatasi error mysql_full_unicode_support#File_format di moodle
Saat install moodle di hosting, kadang terjadi error mysql_full_unicode_support#File_format saat proses setup. Padahal ekstensi php diperlukan sudah aktif, namun kenapa demikian?. penyebabnya karena tidak mendukung utf8mb4, untuk mengatasinya silahkan simak berikut
Mengatasi error mysql_full_unicode_support#File_format di moodle
- Cari dan edit file config.php
- Ubah ‘dbcollation’ => ‘utf8mb4_unicode_ci’, menjadi:
‘dbcollation’ => ‘utf8_unicode_ci’, - Setelah itu save, dan klik reload di installasi moodlenya
Selanjutnya lanjutkan installasi moodle
file config.php nya di mana om?