Upgrading MySQL

At WPML support ask me to uprade MySQL. I have this info about MySQL:

WPML debug info: MySQLVersion": "5.5.5
$ mysql -V: mysql Ver 15.1 Distrib 10.0.31-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

Also, I can’t see mariadb version at roles/mariadb. So, my question is how to upgrade MySQL to meet WPML requeriments. Thank you very much.

You can update it based on this commit:

1 Like

@swalkinshaw sorry for reopen this thread. I’ve upgraded Trellis with a recent version but it still remains MySQLVersion:5.5.5.

Before vagrant up --provision, I copied entire .vagrant folder from the old ansible directory to the new one in order to use the virtual machine I’m working on. Maybe this cause the issue (there is no MySQL upgrade). Is it possible?

Thank you!

Maybe, I really don’t know off the top my head. Provisioning might not actually upgrade MariaDB/MySQL. Maybe it only happens on new installs.

1 Like