MySQL Forums
Forum List  »  MyISAM

Re: safety of data when connected
Posted by: Ingo Strüwing
Date: August 07, 2006 02:28PM

It depends on the concrete circumstances. If I understand your example correctly, then you want to kill the client. In this case the server continues to run, completes the statement and saves everything what is to save.

If you want to stop the server, then it usually shuts down gracefully.

Only if you power off, then there is unsaved data. You may need to restore from backup and redo the binary log.

Regards,
Ingo

Options: ReplyQuote


Subject
Views
Written By
Posted
2151
August 04, 2006 03:39AM
Re: safety of data when connected
1436
August 07, 2006 02:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.