Comment 6 for bug 1574017

Revision history for this message
David Girault (dfgweb) wrote : Re: mysql error during upgrade from ubuntu 14 - 16

Just found the root cause. I leave mysql service disabled (using it only for some testing).

So 'invoke-rc.d mysql start' is just a no-op in that case and since post-install script assume that the service is enabled and running upon start, it fail all time it require mysqld running!

No more mysql_upgrade error 11 with mysql.service correctly enabled!