Cannot change file format and large prefix in database

Status
Not open for further replies.

mbelairx

New Member
Messages
2
Reaction score
0
Points
1
Hi,
I try to install an open source web site (Moodle) and the installation stop where they ask me to change the File format to Barracuda and activate the Large prefix variable in the database. I try in SQL command but it seem that I don't have the privilege.
See what i'm supposed to change:

SET GLOBAL innodb_file_format = barracuda
SET GLOBAL innodb_file_per_table = 1
SET GLOBAL innodb_large_prefix = 'on'

See intructions here: https://docs.moodle.org/36/en/MySQL_full_unicode_support

What can I do?
 
Last edited:
Status
Not open for further replies.
Top