bjorn / rpgdx

RPGDX
http://rpgdx.net
2 stars 3 forks source link

Update the version of MariaDB used #19

Open bjorn opened 5 months ago

bjorn commented 5 months ago

RPGDX is currently using MariaDB 5.3 (Obsolete) and it would be good to find some time to update it. I can create a new database process using MariaDB 10.6, and then the data will have to be manually moved over.

At the same time it might be interesting to transition from MyISAM to InnoDB tables, but actually I have at the moment no idea about the difference that would make. It might just cost a little more at no measurable benefit, so yeah.

See "How do I upgrade MariaDB to a newer version?" at https://members.nearlyfreespeech.net/faq?q=mysql.