how to deploy Moodle in MDS, adjusting MDS system settings
(Doc ID 2806206.1)
Last updated on OCTOBER 08, 2021
Applies to:
MySQL Database Service - Version N/A and laterInformation in this document applies to any platform.
Goal
Moodle Documentation has as prerequisite the following MySQL variables
SET GLOBAL innodb_file_format = barracuda;
SET GLOBAL innodb_file_per_table = 1;
SET GLOBAL innodb_large_prefix = 'on';
SET GLOBAL innodb_file_per_table = 1;
SET GLOBAL innodb_large_prefix = 'on';
How to apply them in MDS ?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |