Comment 2 for bug 1681736

Revision history for this message
Joshua Powers (powersj) wrote :

The error message:
/var/lib/dpkg/info/mysql-server-5.7.postinst: line 143: /usr/share/mysql-common/configure-symlinks: No such file or directory

is trying to run configure-symlinks, which is contained in the mysql-common package. Based on your dpkg history log and terminal log, I do not see mysql-common anywhere.

Can you run `dpkg -l | grep mysql` and get the output?