InnoDB is a MySQL database storage engine, which has been gaining popularity lately, because it offers a significantly better overall performance and a faster database failure recovery in comparison to the default engine that’s used by the MySQL database management system – MyISAM. InnoDB is endorsed by plenty of programmers that create highly scalable software applications, as it works better with huge data volumes, while it keeps the server load at a minimum. Additionally, it locks only one database row if anything should be edited, whereas many other engines lock the entire table and hence need much more time to execute several successive tasks. Last, but not least, InnoDB obeys the "all-or-nothing" rule – in case the entire data modification cannot be completed successfully for whatever reason, the action is rolled back to avoid confusion or data loss. Magento and the newest editions of Joomla are two instances of widely used PHP-powered apps that have switched to InnoDB.

InnoDB in Cloud Website Hosting

You can activate any PHP-driven app that needs InnoDB if you have a Linux cloud website hosting with us, as the storage engine is present on our leading-edge cloud hosting platform by default. During the app activation – manual or automatic, InnoDB will be selected as the default engine and the setup process will proceed flawlessly in case this engine is required. You can install applications that need the MyISAM engine without having any problem as well and, once again, the engine will be pre-selected, so you will not need to change anything manually at any time. On top of that, we’ll also make daily backups of all the databases that you’ve got in your account, so in case you delete or overwrite anything, we can swiftly get it back to the way it was on any of the previous 7 days.

InnoDB in Semi-dedicated Hosting

If you set up a brand-new MySQL database through the Control Panel coming with each of our semi-dedicated server packages and you begin installing a PHP-powered web app either manually or using our 1-click app installer tool, the storage engine for the MySQL database will be selected automatically based on the prerequisites of the given application. Since InnoDB is available on the cloud website hosting platform where your new semi-dedicated account will be set up, it will be set as the default engine for each application that needs it without the need for any manual action on your end at any point. To avoid any risk of losing info if you update an app or if you remove a database by accident, we will generate a backup of all your MySQL databases every day, so if something goes wrong, we can rescue your data.

InnoDB in VPS Hosting

When you obtain a virtual private server from our company, you’ll be able to take full advantage of our in-house built Hepsia hosting Control Panel to manage your content. A Hepsia-managed VPS will permit you to install any open-source script-driven software application which requires InnoDB, as this particular database engine is an integral part of the default software bundle that will be pre-installed on the server during its creation. When you create a brand new MySQL database using the hosting Control Panel, you simply need to start installing an application – manually or using our application installer tool. InnoDB will be set as the default engine on the condition that the app in question needs it, so you won’t need to do anything else in your VPS account. Likewise, if an application needs MyISAM, it will be automatically set as the default engine for this concrete MySQL database.

InnoDB in Dedicated Web Hosting

Our Hepsia Control Panel is among the features which you can choose on the server order page when you purchase a dedicated server from us. Since this is the most powerful type of website hosting, it is very likely that you will manage highly popular Internet sites that will draw a lot of individuals, and since InnoDB is among the best options for such sites, we’ll install it together with all the other software apps that are offered with a Hepsia-managed dedicated server. If you set up a new database in your account, there won’t be any active MySQL database storage engine until you start installing an open-source script, whether manually through your Internet browser or using the automatic scripts installation tool that is integrated into the Control Panel. The necessary engine will be recognized automatically and will be set for that database, so you can install scripts that require InnoDB, as well as ones that require the default MySQL engine, MyISAM, without coming across any difficulty.