Hey,
I've been testing out SQLyog on my largeish forum database (2,000,000 post records). SQLyog greys out when I do things like optimize tables, backup the database, or insert a column into a large table.
SQLyog goes unresponsive during this, which I understand. However, is it safe to close down SQLyog while it's running a process (or stacking them together like the table optimizations) by ending the process via task manager? I'm new to working with databases, even through SSH commands, so I'm trying to be cautious.
While we're on the topic, is it safe to exit the SSH terminal during a processing database command?
Thanks.