InnoDB is a popular database engine for the MySQL database management system. It’s an alternative to the default MyISAM engine and it has got a number of strong sides which make it the engine of choice for numerous script-powered apps, such as Magento and Joomla, which have switched to InnoDB for good. For instance, adding large volumes of data will be much faster with InnoDB, due to the fact that it locks only a single database row to perform a particular operation, not the entire database table, which makes the engine perfect for scalable applications. InnoDB also supports foreign keys and transactions – these refer to the way in which the info is treated. Simply put, appending new or editing existent data will either be fully completed, or will be canceled and the procedure will be rolled back in case any problem occurs in the meantime, hence the content that remains in the database won’t be lost.

InnoDB in Cloud Website Hosting

Every PHP script-driven web app that requires InnoDB will run impeccably on our cutting-edge cloud platform and the database engine is available with all our cloud website hosting packages. Whenever you create a MySQL database manually or our app installer creates one automatically and an app installation process is initiated, the engine that the database will use will be selected based on the app’s requirements without the need to edit any setting in your shared account. InnoDB will be picked automatically for any application that requires this specific engine and you’ll be able to take advantage of its full capacity. We will perform daily backups of your content, so if you unintentionally delete a database that you need or you overwrite a certain part of it, we will be able to restore your database the way it was only several hours ago.

InnoDB in Semi-dedicated Hosting

You can run an open-source script-driven web app that needs InnoDB with all of our semi-dedicated server plans, due to the fact that all the accounts are created on our avant-garde cloud hosting platform where the MySQL database storage engine is installed. A new MySQL database can be set up in two ways – manually from the Database Manager section of the Hepsia website hosting Control Panel, or automatically – if you make use of our single-click app installer. Either way, the needed engine will be picked automatically as soon as the installation of the app starts, so you will not have to configure anything manually, irrespective of whether the app requires InnoDB or the more commonly used MyISAM. In addition, we’ll always be able to recover any of your MySQL databases in case you unintentionally delete one, as we carry out a few backups every day, each of which is kept for 1 whole week.

InnoDB in VPS Hosting

If our custom-built Hepsia hosting Control Panel is picked during the registration process for your new Linux virtual private servers , InnoDB will be activated on the server together with other required software, so you will not have to do anything if you choose to use script-driven apps that require this MySQL storage engine. The default MySQL engine – MyISAM, will be installed as well. You can create a new database and begin the app installation manually or through our 1-click installer. The system will automatically detect which engine the particular application needs and will set it for the specific MySQL database, so the installation process will proceed flawlessly and the app can dump its content in that database. Thus, you can run apps with various prerequisites in regard to the MySQL engine without making any modifications on your VPS server.

InnoDB in Dedicated Web Hosting

Our Hepsia hosting Control Panel is one of the features that you can select on the order form when you purchase a dedicated server from us. Since this is the most powerful type of website hosting, it’s pretty likely that you’ll manage very popular sites that will draw plenty of individuals, and since InnoDB is among the very best options for such websites, we’ll activate it together with all the other software applications that are offered with a Hepsia-managed dedicated server. When you create a brand-new database in your account, there won’t be any activated database engine until you start installing a PHP script, whether manually through your web browser or using the automatic script installer that is included in the Control Panel. The required engine will be detected automatically and will be assigned to the database in question, so you can run scripts that require InnoDB, as well as ones that need the default MySQL engine, MyISAM, without the need to deal with any obstacle.