Jump to content

Mysql-Server Mysql-client packages not found


MikeBZH4

Recommended Posts

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 ?

Link to comment
Share on other sites

1 hour ago, MikeBZH4 said:

Can you help me ?


What about contacting software provider https://github.com/jeedom support. They are authors of this script:

 

1 hour ago, MikeBZH4 said:


Armbian is 100% compatible to Debian or Ubuntu in term of packages relations and names.
https://docs.armbian.com/#what-is-armbian

Link to comment
Share on other sites

2 hours ago, MikeBZH4 said:

E: Package 'mysql-client' has no installation candidate

E: Package 'mysql-server' has no installation candidate

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.

Link to comment
Share on other sites

11 minutes ago, Romber said:

What is default password for root user in mysql? After instalation I removed apache2 and php. 

There is none afaik if you connect through unix socket. You can set one though when running the mysql_secure_installation command.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines