InnoDB is a database storage engine for MySQL relational databases, which is used by well known open-source script-based applications like Magento and Joomla v3. It is perfect for scalable apps, because it works astonishingly well when handling large volumes of data. Instead of locking the whole table to import new information into a database like many other engines do, InnoDB locks only one database row, so it can complete a lot more operations for the same length of time. Plus, InnoDB offers a better database crash recovery and supports database transactions and foreign key constraints – a set of rules that define how data imports and updates should be treated. In case a specific task hasn’t been entirely completed for some reason, the action will be rolled back. In this way, the database content will remain intact and will not be partially merged with newly entered content.

InnoDB in Hosting

You can make use of any open-source script-driven web application that needs InnoDB if you have a Linux hosting package with us, as the MySQL database storage engine is present on our cutting-edge cloud platform as standard. Throughout the app activation – manual or automatic, InnoDB will be selected as the default engine and the setup will proceed flawlessly in case this engine is required. You can install applications that use the MyISAM engine without the need to deal with any obstacle as well and, once again, the engine will be selected automatically, so you will not have to edit anything manually at any time. Furthermore, we’ll also carry out regular backups of all the MySQL databases that you have in the shared web hosting account, so in case you erase or overwrite anything, we can swiftly get it back to the way it was on any of the past 7 days.

InnoDB in Semi-dedicated Hosting

If you create a brand new MySQL database through the Control Panel offered with each of our semi-dedicated server packages and you start installing a PHP script-powered software app either manually or using our single-click app installer tool, the database storage engine will be set automatically on the basis of the given app’s requirements. Since InnoDB is present on the cloud hosting platform where your new semi-dedicated hosting account will be created, it will be set as the default engine for any app that requires it without any manual action needed on your end at any moment. To avoid any chance of losing information if you update an application or if you remove a database by mistake, we will carry out a backup of all your MySQL databases every day, so if something happens, we can retrieve your data.

InnoDB in VPS Hosting

All Linux VPS hosting packages that are ordered with the Hepsia Control Panel come with InnoDB already installed, so you will be able to take advantage of any open-source script-driven software app that needs the MySQL database storage engine without the need to activate anything manually. You can choose Hepsia on the VPS order form and your brand new Virtual Private Server will be set up within sixty minutes, so you can sign in and begin setting up your Internet sites straight away. When you create a brand new database and begin the app activation process, our system will choose the engine for that MySQL database automatically. In this way, you can install various apps simultaneously without the need to configure anything on the server. You can have a WordPress-driven personal weblog that uses the default MySQL engine – MyISAM, and a Magento-based web store that makes use of InnoDB, for example.

InnoDB in Dedicated Web Hosting

Our Hepsia hosting Control Panel is among the features that you can choose on the server order page when you buy a dedicated server from our company. Since this is the most powerful type of website hosting, it is pretty likely that you will run popular websites that will draw plenty of people, and since InnoDB is among the very best choices for such websites, we’ll enable it along with all the other software apps that are offered with a Hepsia-equipped server. When you set up a new database in your account, there won’t be any active storage engine till you start installing an open-source PHP script, whether manually through your browser or using the automatic scripts installer that is integrated into the Control Panel. The necessary engine will be automatically detected and will be assigned to the database in question, so you can make use of scripts that need InnoDB, as well as ones that need the default MySQL engine – MyISAM, without coming across any difficulty.