Which storage engines support transactions in MySQL?

Answer Posted / muthuk

Storage Engine - Description
MyISAM Default engine as of MySQL 3.23 with great
performance
MEMORY Hash based, stored in memory, useful for
temporary tables
InnoDB Supports transactions, row-level locking,
and foreign keys
BerkeleyDB Supports transactions and page-level locking
BLACKHOLE /dev/null storage engine (anything you write to
it disappears)
EXAMPLE Example storage engine
ARCHIVE Archive storage engine
CSV CSV storage engine
ndbcluster Clustered, fault-tolerant, memory-based tables
FEDERATED Federated MySQL storage engine
MRG_MYISAM Collection of identical MyISAM tables
ISAM Obsolete storage engine

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command used to create a database using php and mysql?

662


what is the default port for mysql server? : Mysql dba

561


What is the use of mysql workbench?

521


How to check if a record exists in a mysql database php?

449


What are the similarities between a function and a procedure?

455






Is mysql query case sensitive?

490


What is a user defined variable?

530


what is constraints?

632


Is mysql a dbms?

487


What language is mysql written in?

505


How many types of indexes are there in mysql?

484


What are mysql functions?

497


How to filter data from a mysql database table with php?

460


How can I see mysql database?

484


Is mysql from oracle?

507