mysql - Moodle Baracuda check bypass or highest antelope 版本

标签 mysql moodle

在我们的服务器上,我们无法更改任何数据库设置,并且较新版本的 Moodle 需要 barracuda 文件格式,而不是 antelope。

我们正在运行 3.4.1。 3.5+ 需要 innoDB。原以为点升级到3.4.4就可以了,结果也有同样的问题。

我可以使用的最高版本是多少?或者是否可以绕过这些检查并继续使用当前数据库?

Your database uses Antelope as the file format. Full UTF-8 support in MySQL and MariaDB requires the Barracuda file format. Please switch to the Barracuda file format. See the documentation MySQL full unicode support for details.

Check
mysql_full_unicode_support#Large_prefix 
this test must pass
For full support of UTF-8 both MySQL and MariaDB require you to change your MySQL setting 'innodb_large_prefix' to 'ON'. See the documentation for further details.

最佳答案

我设法通过编辑我的 config.php 来解决这个问题

dbcollation' => 'utf8_unicode_ci'

换句话说,部分 mySQL 而不是完整的 baracudda 支持是可选的。

关于mysql - Moodle Baracuda check bypass or highest antelope 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51838089/

相关文章:

php - 如何将链接添加到数组值中?

javascript - 从外部网站验证 Moodle 用户

为具有多项数据的用户设计Mysql

mysql - 如何使用 mysql 存储过程计算一个表的最后 7 条记录,在我的查询中,我希望 count isprinted 当 isprinted=1 时打印

java - 使用外键关联的一对一映射 hibernate

php - 如何在Moodle数据库模块中添加新的表单字段?

c# - 难以构建 XML-RPC.NET 客户端(与 Moodle 一起使用)

mysql - Moodle数据库的多个表之间的条件连接

php - 由于更改而更新数据库中的现有记录?

mysql - Go MySql 驱动程序没有正确设置时间