InnoDB is a popular storage engine for the MySQL RDBMS. It’s an alternative to the default engine – MyISAM, and it has got plenty of strong sides which have made it the preferred engine for a lot of script-driven web apps, including Joomla and Magento, which have switched over to InnoDB for good. For instance, adding large data volumes will be much faster with InnoDB, because it locks only one database row to carry out a specific operation, not the entire database table, which makes the engine ideal for scalable applications. It also supports foreign keys and transactions – these refer to the manner in which the info is tackled. Simply put, importing new or modifying existent data will either be fully completed, or will be canceled and the procedure will be rolled back in case a given issue occurs during the process, hence the content that remains in the database will not be lost.

InnoDB in Hosting

Any script-driven application that needs InnoDB will function flawlessly on our advanced cloud platform and the MySQL database engine is offered with all our hosting packages. Each time you create a MySQL database manually or our app installer tool creates one automatically and an app installation is started, the engine that the database in question will make use of will be selected on the basis of the app’s prerequisites without the need to edit any setting in your web hosting account. InnoDB will be selected automatically for any app that requires this specific engine and you will be able to get the most out of its full potential. We will create regular content backups, so if you accidentally remove a MySQL database that you need or you overwrite a certain part of it, we will be able to restore your database the way it was just several hours ago.

InnoDB in Semi-dedicated Hosting

All our Linux semi-dedicated packages support InnoDB and you can make the most of all the features offered by this MySQL storage engine with any script-based app that needs it. It is one of the engines that we have on our cloud platform, so the one that will be picked depends on the requirements of the app in question. You won’t have to do anything manually in order to activate InnoDB, since it will be set as the default engine whenever you install an app – whether manually or using our 1-click application installer. To avoid any risk, we will keep daily database backups, so if something goes wrong following some update or if you remove some content by mistake, we will be able to restore the database the way it was on any of the previous seven days.

InnoDB in VPS Hosting

In case our custom-built Hepsia Control Panel is picked during the registration process for a new Linux VPS hosting packages , InnoDB will be activated on the server together with other needed software, so you will not need to do anything if you decide to activate open-source script-based web apps that require this MySQL database storage engine. MyISAM, the default MySQL engine, will be installed as well. You can set up a brand new database and begin the app installation manually or through our single-click installer tool. The system will automatically recognize the engine that the application in question needs and will assign it to the specific database, so the installation will continue flawlessly and the application can enter its content into that database. Thus, you can make use of apps with different prerequisites concerning the MySQL engine without having to make any changes on your VPS.

InnoDB in Dedicated Web Hosting

All Linux dedicated servers hosting packages ordered with our in-house developed Hepsia Control Panel come with a software package that is pre-activated and besides everything else, you’ll get the InnoDB database storage engine, so you will not need to install it manually if you need to use PHP scripts that require it. All it takes to run such a script is to create a new database and to begin the installation – as soon as the installer wizard receives access to the database in question and starts entering content into it, InnoDB will be set as the default engine for this database on the condition that it is the one required by the script. You will also be able to run scripts that need the other popular MySQL engine – MyISAM, so you won’t need to change any settings on the dedicated server. This will permit you to install various scripts on one single server and to use it to its maximum capacity.