Archive for the ‘MySQL’ Category

Sharepoint Notes and Tricks

When it comes to SharePoint and moving farms and databases from one server to the other, I felt it would be good to make some public notes and things for anyone who has to work with this program and configurations next. – When performing a backup, there are a couple different types you can choose [...]

Is InnoDB enabled or not?

InnoDB is a storage engine used by MySQL. It supports commit, rollback and crash-recovery capabilities to protect user data. Very large database are configured on InnoDB due to its maximum efficiency. To maintain data integrity, InnoDB also supports FOREIGN KEY referential-integrity constraints. You can freely mix InnoDB tables with tables from other MySQL storage engines, [...]