Ich bekomme mysql nicht installiert:
root@tinkerboard:~# mysql -v
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Apache läuft, kann ich per IP die Startseite laden, Mariadb ist auch drauf, nur mysql klappt nicht! Einer eine Idee???
Wenn ich:
sudo apt-get install mysql-server && sudo apt-get install mysql-clienteingebe, kommt immer:Get:1 http://security.debian.org buster/updates InRelease [39.1 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [118 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [46.8 kB]
Hit:4 http://cdn-fastly.deb.debian.org/debian buster-backports InRelease
Hit:5 https://apt.armbian.com buster InRelease
Reading package lists... Done
N: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Version' value from '' to '10'
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
N: Repository 'http://cdn-fastly.deb.debian.org/debian buster InRelease' changed its 'Version' value from '' to '10.0'
E: Repository 'http://cdn-fastly.deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://cdn-fastly.deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'testing-updates' to 'stable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
root@tinkerboard:~# sudo apt-get install mysql-server && sudo apt-get install mysql-client
Reading package lists... Done
Building dependency tree
Reading state information... Done
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-server' has no installation candidate
Und nun??