D
D
dobryak992019-08-30 10:24:58
MySQL
dobryak99, 2019-08-30 10:24:58

How to install mysql 8 on Ubuntu 16.04 LTS?

Hello!
Please do not throw stones, I have not worked with Ubuntu before. I'm trying to install mysql 8 according to the manual from the official site , but for some reason 5.7 is persistently installed. Even in the step where you need to make a choice what to install, there is no version 8.
I do the following:

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
sudo apt-get update
sudo apt-get install mysql-server

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
Hanneman, 2019-08-30
@dobryak99

Better than here , nowhere described. There is no point in copying here, just follow the instructions.

V
Vladimir Kuzin, 2019-08-30
@Bobson8

Try adding the repository manually, repo.mysql.com/apt/ubuntu/dists/zesty and manually, and after sudo apt-get update install with explicit package sudo apt-get install mysql-8.0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question