ISP Limitations - MariaDB (Antelope)

ISP Limitations - MariaDB (Antelope)

by Alain Jacquet -
Number of replies: 2

I am trying to get a moodle instance set up on a shared webhost platform. There is a limitation on the way the database can be set up:

1. they use MariaDB (up to date version)

2. The server uses Antelope structure for DB.

The latest versions of Moodle (I tried 3.6.4) all require that the Barracuda file format be used for the Database.


The limitation means that I can't use the latest version of Moodle - but now I'm stuck:

  • Which is the last version that permits you to use the Antelope database structure?

Thanks in advance...............


Average of ratings: -
In reply to Alain Jacquet

Re: ISP Limitations - MariaDB (Antelope)

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers

If you're really stuck, you can edit your config.php file and change the dbcollation to this:

dbcollation' => 'utf8_unicode_ci'

Please be aware that this is far from an ideal solution and you may run in to problems in the future with not having full Unicode support or large indexing ability.

Average of ratings: Useful (1)
In reply to Jon Bolton

Re: ISP Limitations - MariaDB (Antelope)

by Alain Jacquet -

Hi Jon

Thank you - you've saved my bacon! 

I tried this and I can now install Moodle 3.6.4..... 
I realise there will be challenges or errors, but I suppose I'm not able to avoid that with this ISP setup.