Проблема установки докера Moodle mysql_full_unicode_support # File_format и mysql_full_unicode_support # Large_prefix - PullRequest
0 голосов
/ 16 января 2019

Ошибка установки Moodle в docker и kubernetes

mysql_full_unicode_support # File_format и mysql_full_unicode_support # Large_prefix

1 Ответ

0 голосов
/ 16 января 2019

если у вас есть доступ к скрытым ресурсам и контейнеру pod или docker

или

если у вас есть доступ к серверу MySQL

просто нужно запустить в mysql

mysql > set Global innodb_file_format = Barracuda
mysql > set Global innodb_file_per_table = 1
mysql > set Global innodb_large_prefix = "ON"
...