简体   繁体   English

无法在 Debian 10 上安装 Mysql 社区服务器

[英]Unable to install Mysql community server on Debian 10

Hi I am unable to install mysql 8 on my newly installed Debian 10 machine.嗨,我无法在我新安装的 Debian 10 机器上安装 mysql 8。 Here is what I did:这是我所做的:

$ cd /tmp
$ wget https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb
$ sudo dpkg -i mysql-apt-config_0.8.13-1_all.deb

After this ran 
$ sudo apt update
$ sudp apt  install mysql-server 


I am getting the bellow error: 

The following packages have unmet dependencies:
 mysql-server : Depends: mysql-community-server (= 8.0.18-1debian10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Not sure if dependencies are available in debian 10 repo.不确定 debian 10 repo 中是否有依赖项。 Try your luck with installing the dependencies with试试你的运气安装依赖项

sudo apt update
sudo apt install -f

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM