-
Hello,
We have made a custom application over 10 years ago and we have recently updated the code and had to use Mariadb for some of the functions that Postgresql and MySQL do not have. We want to load it up using the Lamp app but it runs on MySQL. How can I change the db to be Mariadb? I need this or our app will break in Lamp.
Thanks
-
-
Licensing issues?
If you distribute MySQL with a non-open-source project, you would need to pay for the commercial license - https://www.mysql.com/de/about/legal/licensing/oem/ -
Because an Apache based PHP written software requires Mariadb for some of the functions it has that MySQL does not have. We tried refactoring the software to use MySQL and it broke our software completely. Mariadb was what the program developer used and it would be nice to keep the DB all the same.
-