All script applications like forums or virtual stores store their info in a database - a group of cells and tables that contains all of the site information such as items, prices, comments, and so on. When you open a specific page, the script connects to the database and retrieves the required data, then displays it. The intermediary software that connects the script and the database is called a database management system and among the most widely used ones is MySQL. The latter is frequently used because it functions on several platforms (UNIX, Linux, Windows) and with a variety of scripting languages (PHP, Java, Perl, Python), not mentioning its fantastic functionality even with massive databases. Many widely used platforms including Joomla or WordPress employ MySQL databases to save their content.

MySQL 5 Databases in Cloud Web Hosting

Our Linux cloud web hosting allow you to host MySQL-driven Internet sites without any issue as our cloud platform has the latest management system version set up. You shall be able to create, remove and manage your databases effortlessly through our custom-built Hepsia Control Panel. If you want to migrate an Internet site from another web hosting provider, you may use the phpMyAdmin tool which you may access from Hepsia, or you can connect remotely right after you've permitted this feature for your IP address. In the same way you could also change certain cells or tables in any of your databases. Generating a backup is also uncomplicated and requires simply a click on the Backup button for a certain database. This function will enable you to keep a copy of a site on your PC or to export the content of a particular database, modify it on your end using appropriate software, and then import it back.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database management systems provided with our Linux semi-dedicated servers and you will be able to set up and use any script application which requires a MySQL database effortlessly. Our state-of-the-art Hepsia CP offers you total control over any database you create - you could change its password with a mouse click, export or import content and even access it remotely using an application installed on your personal computer. To ensure that nobody else will be able to use the latter option, you will have to include your IP address in the Control Panel before you are able to access the database. If you want a web interface to handle a particular database, Hepsia shall give you access to the feature-rich phpMyAdmin tool where you can edit particular cells and tables or run MySQL commands through your browser.