InnoDB is a popular database storage engine for the MySQL RDBMS. It is an alternative to the default engine – MyISAM, and it has got a number of pluses which have made it the preferred engine for numerous script-based web apps, among them Magento and Joomla, which have moved to InnoDB permanently. For instance, adding huge data volumes will be much faster with InnoDB, because it locks only a single database row to accomplish a specific operation, not the entire database table, which makes the engine ideal for scalable apps. It also supports foreign keys and transactions – these refer to the manner in which the data is tackled. Put simply, adding new or modifying existing data will either be entirely completed, or will be annulled and the procedure will be rolled back in case any issue shows up during the process, which means that the content that remains in the database won’t be damaged.

InnoDB in Cloud Website Hosting

You’ll be able to use any PHP-powered web app that requires InnoDB if you have a Linux cloud website hosting package with our company, as the MySQL database engine is present on our innovative cloud website hosting platform by default. During the app installation – manual or automatic, InnoDB will be selected as the default engine and the setup will continue flawlessly in case this engine is required. You can activate apps that use the MyISAM engine without encountering any obstacle as well and, once again, the engine will be pre-selected, so you will not need to change anything manually at any moment. On top of that, we’ll also make daily backups of all the MySQL databases that you have in the shared hosting account, so if you erase or overwrite something, we can easily get it back to the way it was on any of the past 7 days.

InnoDB in Semi-dedicated Hosting

InnoDB is included with each of our Linux semi-dedicated hosting by default, so once you obtain a new account, you can go ahead and activate any open-source script-driven web application that requires the MySQL database engine. A few engines are installed on our cloud web hosting platform, so when you create a new MySQL database and start installing an app manually, or decide to take advantage of the Hepsia Control Panel-integrated application installer, the engine for the database will be picked based on the requirements of the given app. This will permit you to install and run InnoDB-specific apps without experiencing any complication and without having to update any settings in your account. To avoid any risk, we’ll always keep a seven-day-old backup of all your MySQL databases, so if you erase or edit any content by accident, we can easily retrieve it.

InnoDB in VPS Web Hosting

If you select a virtual private server with our Hepsia Control Panel, the InnoDB database storage engine will be included in the default software bundle that will be installed on your VPS server before we give it to you. You will not need to set up anything manually and you’ll be able to enable and run any PHP script-powered software app that requires InnoDB once your VPS server is set up, which takes no more than one hour after the order submission itself. A number of engines are offered, so every time you create a MySQL database via the Hepsia Control Panel, a particular engine will be picked once the app installation process starts and our system will recognize which engine is required by the app in question. In case you need to use MyISAM, for example, you will not have to do anything different from installing the app of your preference, whether manually or using our app installer.

InnoDB in Dedicated Servers Hosting

InnoDB is available as standard with all Linux dedicated servers hosting ordered with the Hepsia Control Panel. It is part of the software bundle that will be installed on all Hepsia-managed dedicated servers, so as soon as your machine is ready, you’ll be able to sign in and to activate a various PHP-powered software app that requires this particular database storage engine. When you set up a new MySQL database via the hosting Control Panel, there won’t be any activated engine till you begin installing an application. As soon as the app configuration wizard begins inserting information into the newly created database, the engine will be chosen automatically in accordance with the given app’s prerequisites, so you can run both InnoDB and MyISAM without having to select either one explicitly at any moment. In this way, you can make use of a broad selection of applications for your websites.