小编Jos*_*los的帖子

Ubuntu 18.04 LTS:安装 MySQL 8.0 服务器的依赖问题

我正在尝试在 Ubuntu 18.04 上安装 MySQL。为此,首先我使用以下命令下载包:

wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb
Run Code Online (Sandbox Code Playgroud)

然后,运行命令:

sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
Run Code Online (Sandbox Code Playgroud)

但是我遇到了依赖关系的问题,我不知道这些依赖关系是什么。这是我收到的消息的一部分:

Configuring mysql-community-server (8.0.15-1ubuntu18.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
? mysql.service - MySQL Community Server
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
   Active: …
Run Code Online (Sandbox Code Playgroud)

ubuntu mysql

6
推荐指数
2
解决办法
1万
查看次数

标签 统计

mysql ×1

ubuntu ×1