Ubuntu update stops while configuring mysql-server-5.7
The problem is that during the mysql-server
configure process, the mysql service is restarted.
Check that you have mysql service enabled else mysql will not restart and the configuration process fails:
Execute
sudo update-rc.d mysql enable
Comment 'manual' if present in mysql.override
sudo vi /etc/init/mysql.override