what is the difference between MyISAM and INNO DB in MySQL
with the Advantage and disadvantage
Answer Posted / tushar
MyISAM and InnoDB are storage engines in MySql.
MyISAM does not support transactions while InnoDB support
it.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What are the advantages and disadvantages of using mysql?
How do I set user privileges in mysql?
What is the difference between is null & is not null?
What is dump in mysql?
Can we rollback truncate in mysql?
If we use sum function in mysql, does it return sum of that row or for that column?
What is max connection in mysql?
Where is the mysql data directory?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
What is mysqladmin flush hosts?
Does mysql scale well?
What are the differences between innodb and myisam engines?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
What is mysql ndb?
Can not connect to mysql server 10060?