I tried to install Moodle 3.5.2 on cPanel server and got this warning in installation process:
“Your database has tables using Antelope as the file format. You are recommended to convert the tables to the Barracuda file format. See the documentation Administration via command line for details of a tool for converting InnoDB tables to Barracuda.”
Because this was production hosting server, I was unable to just globally change mysql settings. To be able to proceed installation, open config.php file of your moodle and change variable dbcollation like this:
dbcollation' => 'utf8_unicode_ci'
[kofi]
Recent Comments