Answer the question
In order to leave comments, you need to log in
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
Better than here , nowhere described. There is no point in copying here, just follow the instructions.
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 questionAsk a Question
731 491 924 answers to any question