Req Enigma2 - MySQL library requested but MySQL support is not compiled in. - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: Enigma (Dreambox/Vu+) (https://forum.kodi.tv/forumdisplay.php?fid=226) +---- Thread: Req Enigma2 - MySQL library requested but MySQL support is not compiled in. (/showthread.php?tid=362166) |
Enigma2 - MySQL library requested but MySQL support is not compiled in. - sasfioka - 2021-04-19 Hi all, I have a problem, I use Zgemma H9 Combo boxes, and I started using the Kodi 18.9. The program works fine until I connect to the database. My advancedsettings.xml: <videodatabase> <type>mysql</type> <name>username</name> <host>192.168.178.254</host> <port>3307</port> <user>user</user> <pass>pass</pass> </videodatabase> <musicdatabase> <type>mysql</type> <name>username</name> <host>192.168.178.254</host> <port>3307</port> <user>user</user> <pass>pass</pass> </musicdatabase> This file works well on other devices. (Android, Windows etc.) Debug log in Enigma2 (Zgemma H9 Combo box): 2021-04-19 09:55:37.825 T:2895115168 NOTICE: Running database version Addons27 2021-04-19 09:55:37.826 T:2895115168 NOTICE: Running database version ViewModes6 2021-04-19 09:55:37.828 T:2895115168 NOTICE: Running database version Textures13 2021-04-19 09:55:37.828 T:2895115168 ERROR: MySQL library requested but MySQL support is not compiled in. Falling back to sqlite3. 2021-04-19 09:55:37.830 T:2895115168 FATAL: SqliteDatabase: can't open 192.168.178.254/dbname.db 2021-04-19 09:55:37.832 T:2895115168 ERROR: Process error processing job What is my chance for access to my SQL Dbase? (I use MariaDB 10 in Synology NAS) Thank you! SF RE: Enigma2 - MySQL library requested but MySQL support is not compiled in. - phunkyfish - 2021-04-19 If you are running Kodi on an Enigma2 device you will to raise the issue on the forum for your E2 image. RE: Enigma2 - MySQL library requested but MySQL support is not compiled in. - Klojum - 2021-04-19 (2021-04-19, 10:12)sasfioka Wrote: I use Zgemma H9 Combo boxes, and I started using the Kodi 18.9. The company of the Zgemma H9 simply didn't bother to add the MySQL functionality in their own build of Kodi. You'll have to ask them to reconsider and add it. |