Posts

Showing posts from January, 2019

Installing Jeedom on Synology NAS with Docker

Image
I'm giving a try to Jeedom to enable better interaction between my home automation (LeGrand/BTicino), Google Home & Philips Hue lamp. The Documentation for Synology installation is a bit outdated : https://jeedom.github.io/documentation/installation/fr_FR/index#tocAnchor-1-21 Here is what I found while installing Jeedom : You can't use MySQL/MariaDB version 8.x. You must use MySQL (or MariaDB) version 5.7.24 (or later). With 8.x you'll first get the following error ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded: /usr/lib/x86_64-linux-gnu/mariadb18/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory   This can be fixed by adding the following option to the docker start command (as last option) --default-authentication-plugin=mysql_native_password But then, you'll get the following error : Error : [MySQL] Error code : 42000 (1064). You have an error in your SQL syntax; chec