All script applications such as forums or e-stores save their information in a database - a collection of cells and tables containing all of the Internet site information including items, prices, comments, and so on. Whenever you open a certain page, the script connects to the database and retrieves the needed info, then shows it. The intermediary software which 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 as it functions on different platforms (Windows, UNIX, Linux) and with a number of scripting languages (PHP, Java, Python, Perl), not mentioning its amazing functionality even with huge databases. A lot of widely used platforms including WordPress or Joomla use MySQL databases to keep their content.

MySQL 5 Databases in Cloud Hosting

Our cloud plans will enable you to host MySQL-driven Internet sites without problems as our cloud platform has the latest management system version set up. You will be able to set up, delete and manage your databases with ease through our custom-made Hepsia CP. If you'd like to migrate a website from another web hosting provider, you may use the phpMyAdmin tool which you could access via Hepsia, or you can connect remotely once you've allowed this function for your IP address. In the same way you can also edit certain cells or tables inside any of your databases. Generating a backup is equally easy and requires just a mouse click on the Backup button for a certain database. This function allows you to keep a copy of a site on your PC or to export the content of a given database, modify it on your end using appropriate software, and then import it back.