I’m setting up a few Odroid C4 devices with CoreELEC and a shared library, following this guide.
I followed the instructions to install Entware.
I could export an NFS share.
I installed MariaDB 10.9.3 from Entware, and could connect from my laptop.
However, Kodi logs:
Unable to open database: kodi_video122 [1043](Bad handshake)
Then I found out there’s a Mariadb addon from the CoreELEC github repository, so I replaced the one in Entware with that, since it’s probably the same version used to build Kodi.
But I was mistaken, and still get the same error message.