View Full Version : [all variants] What happens when you lose ssh connect while doing a process?
bakegoodz
March 11th, 2010, 10:35 PM
I was shelled into my remote webserver from my laptop, and I lost my wireless connection while installing Mysql. Should I expect broken packages, or would it finish without me connected?
n0dix
March 11th, 2010, 10:47 PM
No, the process doesn't continue. It's aborted. But don't worried MySql and all Databases know what to do in this cases. This mean, the databases may continue in a consistent form: all tables, data, etc. are not lost.
gmargo
March 12th, 2010, 12:49 AM
If you're using an SSH terminal login (not a VNC session), then you could use screen(1) to maintain a logged-in instance on the remote system.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.