[Bug 1745185] Re: If apt-get upgrade is run on mysql server when the server is disabled, the upgrade fails.

2020-05-19 Thread Rafael David Tinoco
** Changed in: mysql-5.7 (Ubuntu) Importance: High => Undecided -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1745185 Title: If apt-get upgrade is run on mysql server when the server

[Bug 1745185] Re: If apt-get upgrade is run on mysql server when the server is disabled, the upgrade fails.

2018-10-31 Thread Andreas Hasenack
Trusty doesn't have systemd, but upstart. There the steps were: - disable updates and security in /etc/apt/sources.list - install mysql-server-5.5 - use mysql command line to connect and create a test database - stop mysql: stop mysql - disable mysql: echo manual | sudo tee

[Bug 1745185] Re: If apt-get upgrade is run on mysql server when the server is disabled, the upgrade fails.

2018-10-31 Thread Andreas Hasenack
This is what I used to test: - disable updates and security in /etc/apt/sources.list - install mysql-server-5.7 (or whatever version is shipped in that release of ubuntu) - use mysql command line to connect and create a test database - stop mysql: sudo systemctl stop mysql - disable mysql: sudo