![]()
HI Techs!!!
Today I have got a small article about the two database engines we use in MySql. Usually there is a confusion of using a correct database engine in MySql. To avoid all this here is a small knowlegde base.
This article provides a comparison between the MyISAM and InnoDB storage engines for MySQL. InnoDB is commonly considered to perform worse than MyISAM, but this article aims to dispel this myth by describing the differences between these engines and what makes InnoDB a good fit for many database needs.
In addition, a look at when it is better to use MyISAM and a case study of the drupal.org site provide insight for determining which engine is best for a given situation.
» Read more: DIFFERENCES BETWEEN MYISLAM AND INNODB ENGINES IN MYSQL
H
Hi tech’s,
So many database like MySQL, Oracle, MS SQL to MS Access and even excel. They are all database because they hold your precious data. Now from the developer point of view connecting a database to your application is very easy once you know how actually to connect it, but if you are new its the difficult part in your life.