Bug #87960 | 8.0.3 package for ubuntu 17.04 64-bit broken | ||
---|---|---|---|
Submitted: | 3 Oct 2017 21:35 | Modified: | 6 Oct 2017 23:05 |
Reporter: | Peter Brawley (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | 8.0.3 | OS: | Ubuntu (17.04) |
Assigned to: | CPU Architecture: | Any |
[3 Oct 2017 21:35]
Peter Brawley
[4 Oct 2017 7:35]
Lars Tangvald
Hi, When using dpkg (as opposed to apt) to install a package, you have to manually install every package and their dependencies. So to install MySQL 8.0 with dpkg, you need to download and run dpkg -i for all of mysql-common, mysql-community-client, mysql-community-client-core, mysql-client, mysql-community-server and mysql-community-server-core. Additionally you need to run «apt-get install libaio and libmecab2» for the two external dependencies you are missing. A simpler way is to configure our third-party apt repository: * Download the mysql-apt-config.deb file from https://dev.mysql.com/downloads/repo/apt/ and install it with dpkg -i, making sure to select MySQL 8.0 preview from the server list * Run apt-get update * Run apt-get install mysql-server
[4 Oct 2017 17:52]
Peter Brawley
Thanks, the only problem with that sequence was that dpkg gave a scripting warning, but everything proceeded without error.
[6 Oct 2017 23:05]
MySQL Verification Team
Closed according last comment.