Hello,

> I get very nervous when I log onto my database via SSH and type in queries
> manually. Take the following query for example:
>
> Delete FROM Users WHERE User_ID = 5;
>
> If I hit return before I start typing WHERE then things would be
> disastorous! Is there any type of undo function with MySQL?

Use "innodb" tables and set "autocommit" to OFF.

With regards,

Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to