what is the difference between MyIsam and InnoDb engine?
Answer Posted / satya
MyIsam is my default storage engine , where as InnoDB is
faster storage Engine and offers row level locking ,
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How do I find the size of a mysql database?
How can you move the master database
what is the procedure to configure the application of mysql?
What are the advantages of myisam over innodb?
What is mysql server used for?
What is int mysql?
What is foreign key in mysql?
What is sql in mysql?
How to use case expression?
What are triggers mysql?
How do I run mysql?
Where is mysql password stored?
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?
Can mysql function return a table?
Does mysql use sql?