Moodle docker installation issue mysql_full_unicode_support#File_format and mysql_full_unicode_support#Large_prefix

1/16/2019

Moodle installation error in docker and kubernetes

mysql_full_unicode_support#File_format and mysql_full_unicode_support#Large_prefix

-- Harsh Manvar
docker
kubernetes
moodle

1 Answer

1/16/2019

if you have access to under lying resources and pod or docker container

or

if you have access to mysql server

simply you have to run in mysql

mysql > set Global innodb_file_format = Barracuda
mysql > set Global innodb_file_per_table = 1
mysql > set Global innodb_large_prefix = "ON"
-- Harsh Manvar
Source: StackOverflow