All script apps such as forums or e-stores save their data within a database - a collection of cells and tables which contains the website info like items, prices, comments, and so forth. Each time you open a certain page, the script connects to the database and retrieves the required information, then displays it. The mid-level software which connects the script and the database is called a database management system and one of the most famous ones is MySQL. The latter is commonly used because it runs on various platforms (Linux, Windows, UNIX) and with a number of scripting languages (PHP, Perl, Python, Java), not mentioning its fantastic effectiveness even with large databases. Many widely used platforms like WordPress or Joomla work with MySQL databases to save their content.

MySQL 5 Databases in Web Hosting

Our web hosting plans will enable you to host MySQL-driven sites without any problem as our cloud platform has the latest management system version set up. You'll be able to set up, remove and manage your databases without difficulty via our custom Hepsia CP. If you would like to migrate an Internet site from another website hosting company, you should use the phpMyAdmin tool which you could access via Hepsia, or you can connect remotely after you have allowed this function for your IP address. In the same way you may also change certain cells or tables inside any of your databases. Setting up a backup is equally easy and takes just a mouse click on the Backup button for a specific database. This feature allows you to keep a copy of a website on your PC or to export the content of a certain database, modify it on your end using appropriate software, and then import it back.