I have installed mysql-apt-config
package from mysql-apt-config the package installed is mysql-apt-config_0.8.13-1_all.deb
.
While following solution from Mysql Installation problems when I run command sudo apt install mysql-server
I am receiving this response
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libaio1 libevent-core-2.1-6 mysql-client-5.7 mysql-client-core-5.7
mysql-common mysql-server-5.7 mysql-server-core-5.7
Suggested packages:
mailx tinyca
The following NEW packages will be installed:
libaio1 libevent-core-2.1-6 mysql-client-5.7 mysql-client-core-5.7
mysql-common mysql-server mysql-server-5.7 mysql-server-core-5.7
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.0 MB/20.6 MB of archives.
After this operation, 159 MB of additional disk space will be used.
Do you want to continue? [Y/n]
System is trying to install mysql-server-5.7
& mysql-client-5.7
instead of MySQL 8.
What should I do to resolve this problem?
I am using Ubuntu 18.10 (Cosmic)