Stuck at Server Check during Moodle 3.3 installation

Re: Stuck at Server Check during Moodle 3.3 installation

by Rahul Rai -
Number of replies: 1

Hi Joydeep

You need to put below code in your my.cnf file 


[client]
default-character-set = utf8mb4

[mysqld]
innodb_file_format = Barracuda
innodb_file_per_table = 1
innodb_large_prefix

character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
skip-character-set-client-handshake

[mysql]
default-character-set = utf8mb4
  • Restart your  server.

In reply to Rahul Rai

Re: Stuck at Server Check during Moodle 3.3 installation

by Natacsha Ordones natacsha -

Commands on prompt


SET GLOBAL --innodb_file_format = barracada

SET GLOBAL --innodb_file_per_table = 1