*** This bug is a duplicate of bug 1592669 ***
https://bugs.launchpad.net/bugs/1592669
I have the same issues with the newer package:
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The fol
I have the same issue with the newer package 5.7_5.7.13 as well:
sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
mysql-server-5.7 mysql-ser
Apparently what had solved my problem is the following:
1925 sudo apt-get purge mysql-server mysql-client
2029 sudo deluser mysql
2030 sudo delgroup mysql
2031 sudo rm -rf /var/log/mysql/
2033 sudo apt-get install mysql-server mysql-client
Which seems to me that the install procedure do