Moodle docker 安装问题 mysql_full_unicode_support#File_format 和 mysql_full_unicode_support#Large_prefix
Moodle docker installation issue mysql_full_unicode_support#File_format and mysql_full_unicode_support#Large_prefix
docker 和 kubernetes
中的 Moodle 安装错误
mysql_full_unicode_support#File_format 和 mysql_full_unicode_support#Large_prefix
如果您有权访问底层资源和 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"
docker 和 kubernetes
中的 Moodle 安装错误mysql_full_unicode_support#File_format 和 mysql_full_unicode_support#Large_prefix
如果您有权访问底层资源和 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"