Convert to Barracuda

Convert to Barracuda

Robert Hegestedt - દ્વારા
Number of replies: 3

Hi,

I try to install Moodle 3.2.2 on a Xampp for windows 7.1.1, using php version 7.1.1.

I get to the part where it checks server settings and I get the following message:

Your database has tables using Antelope as the file format. Full UTF-8 support in MySQL and MariaDB requires the Barracuda file format. Please 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.


I followed the following tutorial but couldn't get it to work, I made the changes in my.ini form xampp control panel. Is this the right file?

https://docs.moodle.org/32/en/MySQL_full_unicode_support#File_format


In reply to Robert Hegestedt

Re: Convert to Barracuda

Deepak Gour - દ્વારા

Hi Robert

I hope you put code in my.ini only below code.


[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.