Blogs about: Innodb
Featured Blog
Difference Between InnoDB and MyISAM
The big difference between MySQL Table Type MyISAM and InnoDB is that InnoDB supports transaction InnoDB supports some newer features: Transactions, row-level locking, foreign keys InnoDB is for high… more »
Tapos Pal
mySQL's pesky little Error: 1005 errno: 150 issue solution
sanzon wrote 2 months ago: Alright, a lot of people probably get this a lot with mySQL. Here’s the fact, there is a 99. … more »
MySQL Question and Answers
JShah wrote 4 months ago: How do you start and stop MySQL on Windows? - net start MySQL, net stop MySQL How do you star … more »
How do I reclaim Space from the INNODB (Ibdata) file?
JShah wrote 4 months ago: This is the major issue with the Innodb engine, the bulk delete/truncate operation will deleted the … more »
Difference Between InnoDB and MyISAM
— 1 comment
Tapos wrote 6 months ago: The big difference between MySQL Table Type MyISAM and InnoDB is that InnoDB supports transaction I … more »
Configuring INNODB Engine with XAMPP in Windows
Tapos wrote 6 months ago: InnoDB MySQL database storage engine is not enabled in the my.cnf configuration file of XAMPP. I hav … more »
MySQL 5.1 auto-inc patch in action: InnoDB scalability test
alikrubin wrote 8 months ago: I’ve recently done a quick scalability test with MySQL 5.0 and 5.1 to check the new auto-inc patch … more »
