首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Moodle docker安装问题mysql_full_unicode_support#File_format和mysql_full_unicode_support#Large_prefix

Moodle docker安装问题mysql_full_unicode_support#File_format和mysql_full_unicode_support#Large_prefix
EN

Stack Overflow用户
提问于 2019-01-16 16:55:34
回答 1查看 255关注 0票数 0

docker和kubernetes中的Moodle安装错误

mysql_full_unicode_support#File_format和mysql_full_unicode_support#Large_prefix

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-01-16 16:55:34

如果您有权访问底层资源和pod或docker容器

如果您有访问mysql服务器的权限

只需在mysql中运行即可

代码语言:javascript
复制
mysql > set Global innodb_file_format = Barracuda
mysql > set Global innodb_file_per_table = 1
mysql > set Global innodb_large_prefix = "ON"
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/54213367

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档