Is it feasible to include mySQL in LibreElec builds for the purposes of sharing db's and speeding up apps that support it.
Yes I know mySQL would be more appropriately located on a NAS if there is one available.
Is it feasible to include mySQL in LibreElec builds for the purposes of sharing db's and speeding up apps that support it.
Yes I know mySQL would be more appropriately located on a NAS if there is one available.
It's technically possible but not going to happen in core images. You can use @vpeter's LAMP add-on which includes MySQL (or MariaDB, I forget which) server, or on most LE images you can install the docker add-on and deploy a MySQL container.