All script applications including forums or web shops save their information in a database - a collection of cells and tables which contains all of the Internet site data such as items, prices, comments, and so forth. Each time you open a certain page, the script connects to the database and retrieves the necessary data, then displays it. The mid-level software that connects the script and the database is known as a database management system and amongst the most well-known ones is MySQL. The latter is frequently used simply because it runs on various platforms (Windows, Linux, UNIX) and with a variety of scripting languages (Python, PHP, Perl, Java), not mentioning its wonderful performance even with massive databases. Many well-known platforms like WordPress or Joomla use MySQL databases to store their content.

MySQL 5 Databases in Shared Web Hosting

Our shared web hosting will permit you to host MySQL-driven sites without any problem as our cloud platform has the latest management system version installed. You shall be able to create, erase and manage your databases easily through our custom-built Hepsia CP. If you would like to migrate a site from another website hosting company, you can use the phpMyAdmin tool which you could access through Hepsia, or you can connect remotely once you've permitted this function for your IP address. In the same way you could also modify specific cells or tables in any of your databases. Generating a backup is also simple and requires just a mouse click on the Backup button for a certain database. This function will allow you to keep a copy of an Internet site on your PC 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

You will be able to use any script that requires MySQL with any of our semi-dedicated packages as we have the latest version set up on all machines - MySQL 5. Using our in-house built Hepsia web hosting CP, you will be able to quickly set up or erase a database, change its password, back it up with one click or check the hourly and daily access stats for it. If you would like to handle the content of a database directly, not by using a script, you shall have 2 options - either working with the web interface of the phpMyAdmin tool, which is available in the CP, or using an application set up on your laptop or computer as we support remote database access. For the latter option, you'll need to include your IP address through the web hosting account first as an added level of safety against unauthorized access to your data.