All script apps like forums or web shops store their data within a database - a set of cells and tables that contains all of the site information such as items, prices, comments, and so forth. Each time you open a particular page, the script connects to the database and retrieves the necessary info, then displays it. The mid-level software that connects the script and the database is known as a database management system and one of the most well-known ones is MySQL. The latter is frequently used because it operates on different platforms (Linux, Windows, UNIX) and with a number of scripting languages (Python, Perl, PHP, Java), not mentioning its amazing functionality even with massive databases. Many well-known platforms including Joomla or WordPress employ MySQL databases to save their content.

MySQL 5 Databases in Cloud Hosting

Our Linux cloud hosting packages will permit you to host MySQL-driven sites without any difficulty as our cloud platform has the latest management system version installed. You'll be able to create, remove and manage your databases with ease through our custom Hepsia CP. If you'd like to migrate a site from another website hosting provider, you can use the phpMyAdmin tool which you could access from Hepsia, or you can connect remotely once you've allowed this function for your IP address. In the same way you can also edit specific cells or tables in any of your databases. Generating a backup is also uncomplicated and requires just a click on the Backup button for a specific database. This function will enable you to keep a copy of a website on your PC or to export the content of a particular database, edit it on your end using some software, and then import it back.

MySQL 5 Databases in Semi-dedicated Hosting

You'll be able to use any script that requires MySQL with all of our Linux semi-dedicated packages considering the fact that we have the latest version set up on all web servers - MySQL 5. Via our in-house built Hepsia web hosting Control Panel, you will be able to swiftly set up or erase a database, modify its password, back it up with just a single click or examine the hourly and daily access stats for it. If you want to handle the content of a database directly, not via a script, you will have two options - either using the web interface of the phpMyAdmin tool, which is available in the CP, or using an app installed on your PC considering the fact that we support remote database access. For the latter option, you will have to add your IP address from the hosting account first as an added level of protection against unauthorized access to your information.