-
Notifications
You must be signed in to change notification settings - Fork 208
Description
I was trying to complete the Accessing data with MySQL guide on my archlinux laptop.
MariaDB is a fork of MySQL , and is preferred over MySQL by archlinux.
Quoting the arch wiki:
"
MariaDB is a reliable, high performance and full-featured database server which aims to be an 'always Free, backward compatible, drop-in' replacement of MySQL. Since 2013 MariaDB is Arch Linux's default implementation of MySQL.
"
I was able to successfully complete the Accessing data with MySQL guide and run the app , adding users and getting all users as explained in the guide.
This required simple changes to compose.yaml and applications.properties , in addition to adding a mariadb dependency in pom.xml.
I am open to adapting this guide to mariadb , would you accept this contribution?