docker和kubernetes中的Moodle安装错误
mysql_full_unicode_support#File_format和mysql_full_unicode_support#Large_prefix
发布于 2019-01-16 16:55:34
如果您有权访问底层资源和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"https://stackoverflow.com/questions/54213367
复制相似问题