just explain MYSql ISAM and InnoDB functions. and what is
the diffrent between both. and which is the better in both.
Answers were Sorted based on User's Feedback
Answer / suresh
Mysql ISAM is an default storage engine...
And InnoDB supports transactions and foriegn keys
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pooja
MyISAM is a deafult storage engine in MySQL and is mostly in
WEB, data warehousing and other application environments.
InnoDB is also a storage engine in MySQL. Even this is
included by default in MySQL. But this is used for
transaction processing applications and supports a number
of features including ACID transaction support and foreign keys.
In source distributions, you can enable or disable either
engine by configuring MySQL as you like.
Both are best but it depends on the use. And for general
purpose its better to use MyISAM.
| Is This Answer Correct ? | 2 Yes | 0 No |
Tell me how to set a page as a home page in a php based site?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
How do I find environment variables?
How to include variables in double-quoted strings?
How could I install codeignitor ?
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.comcom
What is difference between readonly and constant?
What the limitation of header() function in php?
How to get the DNS servers of a domain name?
Can the value of a constant change during the script's execution?
What is the use of explode() function?
What is difference between rest and http?