January 13, 2015

MySQL storage engines

MySQL storage engines


MySQL storage engines
InnoDB
MyISAM
ISAM
MEMORY(HEAP)
BLACKHOLE


You want to know all storage engines. Login to mysql terminal window using mysql credentails
Just type the commane
show engines;
you get the list of all storage engines.