All script applications like forums or e-stores store their information in a database - a set of cells and tables which contains the site data such as items, prices, comments, and many others. Whenever you open a certain page, the script connects to the database and retrieves the required info, then shows it. The mid-level software that connects the script and the database is referred to as a database management system and among the most famous ones is MySQL. The latter is frequently used because it works on a variety of platforms (UNIX, Linux, Windows) and with numerous scripting languages (Java, PHP, Perl, Python), not mentioning its great performance even with huge databases. A lot of popular platforms including Joomla or WordPress employ MySQL databases to keep their content.

MySQL 5 Databases in Cloud Hosting

Our Linux cloud hosting will permit you to host MySQL-driven sites without problems as our cloud platform has the latest management system version installed. You will be able to create, delete and control your databases without difficulty via our custom-built Hepsia CP. If you want to migrate a site from another web hosting company, you may use the phpMyAdmin tool which you could access through Hepsia, or you can connect remotely after you have enabled this function for your IP address. In the same way you could also change specific cells or tables in any of your databases. Creating a backup is equally painless and requires just a click on the Backup button for a specific database. This function allows you to keep a copy of an Internet site on your personal computer or to export the content of a given database, edit it on your end using appropriate software, and then import it back.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database administration systems offered with our Linux semi-dedicated hosting and you shall be able to set up and use any script application that requires a MySQL database without any difficulty. Our cutting-edge Hepsia Control Panel will give you total control over any database that you set up - you may modify its password with a mouse click, export or import content and even access it remotely using an application installed on your computer or laptop. To make certain that no one else will be able to use the latter option, you'll have to include your IP address inside the Control Panel just before you're able to access the database. If you want a web interface to handle a certain database, Hepsia shall give you access to the feature-rich phpMyAdmin tool through which you can modify particular cells and tables or run MySQL commands through your web browser.