InnoDB is a popular storage engine for the MySQL database management system. It’s an alternative to the default engine – MyISAM, and it has got a number of upsides which make it the preferred engine for plenty of open-source script-driven web apps, including Magento and Joomla, which have moved to InnoDB for good. For instance, importing enormous data volumes will be faster with InnoDB, because it locks only one row to execute a specific operation, not the entire table, which makes the engine excellent for scalable applications. It also supports foreign keys and database transactions – these refer to the way in which the info is tackled. Put simply, adding new or editing existent data will either be thoroughly completed, or will be annulled and the procedure will be rolled back in case a certain problem shows up in the meantime, thus the content that remains in the database won’t be lost.

InnoDB in Cloud Website Hosting

Every PHP-driven software app that requires InnoDB will run flawlessly on our cutting-edge cloud hosting platform and the database engine comes with all our cloud website hosting packages. Every time you create a database manually or our app installer tool creates one automatically and an app installation is started, the engine that the database will use will be selected in accordance with the app’s prerequisites without having to update any setting in your shared account. InnoDB will be selected automatically for any application that requires this particular engine and you will be able to make the most of its full capacity. We’ll make regular backups of your content, so in case you unintentionally delete a database that is important to you or you overwrite certain parts of it, we’ll be able to restore everything the way it was just a couple of hours earlier.

InnoDB in Semi-dedicated Hosting

If you create a brand new MySQL database from the Control Panel coming with each of our semi-dedicated server packages and you begin installing an open-source script-powered application either manually or using our one-click application installer tool, the database storage engine will be set automatically based on the particular app’s prerequisites. Since InnoDB is available on the cloud web hosting platform where your new account will be set up, it will be set as the default engine for each application that needs it without any manual intervention required on your end at any point. To prevent any risk of losing data if you update an application or if you erase a database by mistake, we’ll perform backups of all your MySQL databases each day, so if anything happens, we can restore your content.

InnoDB in VPS Hosting

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

InnoDB in Dedicated Web Hosting

Our Hepsia Control Panel is among the options that you can pick on the order page when you buy a dedicated server from us. As this is the most powerful type of web hosting, it’s very likely that you will manage popular websites that will draw many people, and since InnoDB is among the very best choices for such websites, we will install it together with all the other software applications that are available with a Hepsia-managed server. If you set up a brand new database in your dedicated server account, there won’t be any activated MySQL database storage engine until you start installing a script, whether manually via your web browser or using the automatic script installer that is available in the hosting Control Panel. The needed engine will be detected automatically and will be assigned to that database, so you can run scripts that need InnoDB, as well as ones that require the default MySQL engine, MyISAM, without having to cope with any obstacle.