Please provide Dockerfile for mysql installation
niko2 opened this issue · comments
niko2 commented
Using mysql seems to be possible, but needs some code to be modified.
Would it be possible to use mysql without code update ?
I can try to do a PR if you mind.
Sam Stenvall commented
It's not officially supported but it shoulf work. Why do you want to use it, if I may ask?
niko2 commented
- I am already using mysql for kodi.
- I want to limit (at least control) local I/Os.
- I can easily access the SQL data (from another tool) if I want to
Sam Stenvall commented
So basically you want to be able to use MySQL without having to edit this file: https://github.com/Jalle19/xbmc-video-server/blob/master/src/protected/config/_db.php ?
Sam Stenvall commented
Could you test #323 ? I've only verified that SQLite still works with this change, haven't actually tested with MySQL.