All script apps such as forums or web stores store their info inside a database - a set of cells and tables that contains all the site information including items, prices, comments, and many others. Every time you open a particular page, the script connects to the database and retrieves the necessary data, then shows it. The intermediary software that connects the script and the database is called a database management system and among the most famous ones is MySQL. The latter is commonly used simply because it works on a number of platforms (UNIX, Linux, Windows) and with a variety of scripting languages (Python, Perl, PHP, Java), not mentioning its great performance even with massive databases. A lot of popular platforms such as Joomla or WordPress use MySQL databases to keep their content.

MySQL 5 Databases in Shared Hosting

Our Linux shared hosting allow you to host MySQL-driven Internet sites without any difficulty as our cloud platform has the latest management system version installed. You shall be able to set up, erase and manage your databases easily via our custom-made Hepsia CP. If you wish to migrate a site from another web hosting provider, you can use the phpMyAdmin tool which you could access via Hepsia, or you can connect remotely after you've allowed this feature for your IP address. In the same way you could also modify certain cells or tables in any of your databases. Generating a backup is just as simple and takes only a mouse click on the Backup button for a particular database. This function will enable you to keep a copy of an Internet site on your personal computer or to export the content of a certain database, change it on your end using some software, and then import it back.

MySQL 5 Databases in Semi-dedicated Hosting

Each semi-dedicated server which we provide comes with the latest version of MySQL preinstalled, to enable you to run any script app that you would like. If you use our 1-click installer, you can create an app with a few mouse clicks and our software tool will set up a brand new database automatically. If you'd prefer to set up a script yourself, you are able to create a MySQL database with ease, selecting its account information. For your benefit, we've also added quick-access buttons to create a backup or enable remote access to any of your databases. More experienced users can sign in to the powerful phpMyAdmin tool and modify specific cells or entire tables manually through a web interface. Inside the Databases section of the Hepsia website hosting Control Panel you shall also find hourly and daily statistics for each database you have set up inside the account.