how can i use rollback command in Mysql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

how can i use rollback command in Mysql

Post by manojsemwal1 »

hai
anybody know how can i use rollback command in Mysql
if any query fail the data will be rollback in database.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: how can i use rollback command in Mysql

Post by josh »

You need to be using innodb to use transactions
Post Reply