InnoDB is a popular database storage engine for the MySQL RDBMS. It’s an alternative to the default engine – MyISAM, and it has got numerous pluses which make it the engine of choice for lots of open-source script-driven software applications, including Magento and Joomla, which have shifted over to InnoDB permanently. For example, importing enormous data volumes will be faster with InnoDB, as it locks only one database row to execute an operation, not the entire table, which makes the engine perfect for scalable apps. InnoDB also supports foreign keys and transactions – these refer to the manner in which the information is handled. Put simply, adding new or updating existent data will either be thoroughly completed, or will be aborted and the procedure will be rolled back if some issue appears during the process, which is why the content that remains in the database will not be damaged.

InnoDB in Hosting

Any script-powered software app that requires InnoDB will run flawlessly on our innovative cloud platform and the storage engine is offered with all our hosting packages. Each time you create a database manually or our app installer creates one automatically and an app installation is initiated, the engine that the database in question will use will be selected on the basis of the app’s specifications without the need to configure any setting in your shared hosting account. InnoDB will be selected automatically for any app that requires this particular engine and you will be able to take advantage of its full potential. We’ll make daily backups of your content, so if you unintentionally delete a database that’s important to you or you overwrite specific parts of it, we’ll be able to restore the database the way it was just a few hours ago.

InnoDB in Semi-dedicated Hosting

InnoDB is included with each of our Linux semi-dedicated hosting packages by default, so as soon as you order a new semi-dedicated account, you can go ahead and activate any PHP-powered software application that requires this database storage engine. Several engines are installed on our cloud web hosting platform, so when you create a brand-new database and begin installing an application manually, or opt to use the Hepsia Control Panel-integrated application installer, the engine for the database will be chosen in accordance with the prerequisites of the particular app. This will permit you to install and run InnoDB-specific applications without the need to deal with any complication and without configuring any settings in your account. To avoid any risk, we’ll always keep a 7-day-old backup of all your databases, so if you delete or change any content by mistake, we can easily rescue it.

InnoDB in VPS Hosting

All Linux VPS hosting packages that are ordered with the Hepsia Control Panel come with InnoDB pre-installed, so you’ll be able to run any PHP-based web application that needs the storage engine without needing to install anything manually. You can select Hepsia on the VPS configuration page and your new VPS server will be up and running within sixty minutes, so you can log in and start building your Internet sites right away. Once you create a brand new database and start the app installation process, our system will pick the engine for this database automatically. In this way, you can use different applications at the same time without having to change anything on the Virtual Private Server. You can create a WordPress-driven personal blog that makes use of MyISAM – the default MySQL engine, and a Magento online shop that makes use of the InnoDB engine, for example.

InnoDB in Dedicated Web Hosting

InnoDB comes as standard with all Linux dedicated servers hosting packages ordered with the Hepsia Control Panel. It is an essential part of the standard software package that will be installed on all Hepsia-equipped servers, so once your machine is ready, you’ll be able to sign in and to activate any type of PHP script-based app that needs this MySQL database storage engine. If you set up a new MySQL database through the hosting Control Panel, there won’t be any active engine until you begin installing an app. Once the app setup wizard begins entering content into the newly created database, the engine will be picked automatically based on the requirements of the particular application, so you can run both MyISAM and InnoDB without selecting either one specifically at any moment. Thus, you can make use of a huge range of apps for your websites.