MikeBZH4 Posted March 2, 2020 Posted March 2, 2020 Hello. I'm trying to install Jeedom on my Odroid C2 running Linux odroidc2 5.4.14-meson64 (Armbian_20.02.0-rc1) Distro has been updated with : apt-get update apt-get upgrade But when I download and run the install script : wget https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh chmod +x install.sh sudo ./install.sh I have an error : Reading package lists... Done Building dependency tree Reading state information... Done Package mysql-client is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package mysql-server is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'mysql-client' has no installation candidate E: Package 'mysql-server' has no installation candidate Can you help me ?
Igor Posted March 2, 2020 Posted March 2, 2020 On 3/2/2020 at 5:50 PM, MikeBZH4 said: Can you help me ? Expand What about contacting software provider https://github.com/jeedom support. They are authors of this script: On 3/2/2020 at 5:50 PM, MikeBZH4 said: wget https://raw.githubusercontent.com/jeedom/core/stable/install/install.sh Expand Armbian is 100% compatible to Debian or Ubuntu in term of packages relations and names.https://docs.armbian.com/#what-is-armbian
martinayotte Posted March 2, 2020 Posted March 2, 2020 On 3/2/2020 at 5:50 PM, MikeBZH4 said: E: Package 'mysql-client' has no installation candidate E: Package 'mysql-server' has no installation candidate Expand In many distribution, mysql has been replaced by mariadb ... MariaDB is a fork of MySQL started in 2009 ! EDIT: BTW, by editing this install.sh and change "mysql-" with "mariadb-" will most probably do the job.
Igor Posted March 2, 2020 Posted March 2, 2020 On 3/2/2020 at 7:49 PM, martinayotte said: In many distribution, mysql has been replaced by mariadb ... Expand Yes, Jeedom should update their install scripts. 2
MikeBZH4 Posted March 3, 2020 Author Posted March 3, 2020 Hello. I will give a try after editing the install script an replace mysql by mariadb. And I will contact Jeedom team for this issue. Thanks.
MikeBZH4 Posted March 3, 2020 Author Posted March 3, 2020 For my installation, I used an old article from a blog but the download link for the install script waas outdated With the correct script : wget https://raw.githubusercontent.com/jeedom/core/master/install/install.sh from the official documentation, MariaDB is installed "finger in the noze" Thanks for your help. 1
Romber Posted May 11, 2020 Posted May 11, 2020 What is default password for root user in mysql? After instalation I removed apache2 and php.
Werner Posted May 11, 2020 Posted May 11, 2020 On 5/11/2020 at 4:56 AM, Romber said: What is default password for root user in mysql? After instalation I removed apache2 and php. Expand There is none afaik if you connect through unix socket. You can set one though when running the mysql_secure_installation command.
Recommended Posts