InnoDB is a popular database engine for MySQL. It’s an alternative to the default engine – MyISAM, and it has many strong sides which have made it the engine of choice for a lot of script-based apps, including Joomla and Magento, which have moved to InnoDB permanently. For instance, adding immense volumes of data will be much faster with InnoDB, since it locks only one row to carry out a particular operation, not the entire database table, which makes the engine excellent for scalable applications. InnoDB also supports foreign keys and database transactions – these refer to the way in which the info is handled. To put it simply, adding new or modifying existent data will either be fully completed, or will be annulled and the operation will be rolled back if any issue occurs during the process, which means that the content that remains in the database won’t be damaged.

InnoDB in Cloud Web Hosting

While InnoDB is either not offered or it is a paid upgrade with many other hosting companies, it’s part of the default set of features that we’re offering with our cloud web hosting plans. In case you’d like to use an open-source script-based web application that needs InnoDB in particular, in order to be installed and to operate correctly, you won’t come across any impediments as the MySQL database engine is available on our custom cloud Internet hosting platform. Irrespective of whether you create a new MySQL database and install an application manually or make use of our one-click application installer software instrument, InnoDB will be selected automatically by our system as the default engine if the specific application needs InnoDB rather than MyISAM. In addition to the exceptional database failure recovery that InnoDB offers, we also make regular backups of all databases, so we can quickly recover any MySQL database in your shared website hosting account.

InnoDB in Semi-dedicated Hosting

InnoDB is available with each of our semi-dedicated hosting by default, so as soon as you create a new semi-dedicated account, you can go on and install any open-source script-based software application that requires this particular MySQL database engine. Several engines are pre-installed on our cloud website hosting platform, so when you create a new database and start installing an application manually, or opt to make use of the Hepsia hosting Control Panel-integrated app installer, the engine for the database will be selected depending on the prerequisites of the given app. This will allow you to activate and manage InnoDB-specific apps without having to cope with any problem and without having to edit any settings in your semi-dedicated account. To avoid any risk, we’ll always have a one-week-old backup of all your MySQL databases, so if you delete or alter any content by accident, we can quickly restore it.

InnoDB in VPS

In case our custom-developed Hepsia Control Panel is selected during the signup process for your new Linux virtual private servers , InnoDB will be installed on the Virtual Private Server together with other required pieces of software, so you will not need to do anything if you choose to use PHP-based apps that require this MySQL storage engine. MyISAM, the default MySQL engine, will be installed as well. You can create a new MySQL database and start installing the app manually or through our single-click installer. The system will recognize which engine the particular app requires and will set it for the specific database, so the installation process will proceed impeccably and the application can insert its content into that database. Therefore, you can manage apps with various prerequisites concerning the MySQL engine without making any modifications on your Virtual Private Server.

InnoDB in Dedicated Hosting

Our Hepsia Control Panel is one of the features which you can select on the order page when you purchase a dedicated server from our company. Since this is the most powerful kind of hosting, it’s pretty likely that you will manage popular Internet sites that will attract lots of individuals, and since InnoDB is among the very best choices for such Internet sites, we’ll enable it together with all the other software applications that are available with a Hepsia-managed server. If you create a new database in your dedicated account, there won’t be any activated MySQL database engine till you start installing a script, whether manually through your web browser or using the automatic scripts installer tool that is integrated into the Control Panel. The necessary engine will be detected and will be set for that database, so you can activate scripts that need InnoDB, as well as ones that require MyISAM, the default MySQL engine, without the need to deal with any difficulty.