All script applications including forums or e-stores save their information inside a database - a collection of cells and tables which contains all of the website information such as items, prices, comments, and so on. Anytime you open a particular page, the script connects to the database and retrieves the needed information, then shows it. The intermediary software that connects the script and the database is called a database management system and one of the most famous ones is MySQL. The latter is frequently used because it operates on a variety of platforms (UNIX, Linux, Windows) and with a range of scripting languages (PHP, Java, Perl, Python), not mentioning its amazing performance even with massive databases. A lot of famous platforms like WordPress or Joomla work with MySQL databases to store their content.

MySQL 5 Databases in Cloud Hosting

Our cloud plans will permit you to host MySQL-driven Internet sites without problems as our cloud platform has the latest management system version installed. You shall be able to create, remove and manage your databases with ease through our custom Hepsia CP. If you wish to migrate an Internet site from another hosting provider, you may use the phpMyAdmin tool which you could access through Hepsia, or you can connect remotely after you've permitted this function for your IP address. In the same way you may also modify certain cells or tables within any of your databases. Setting up a backup is just as easy and requires only a mouse click on the Backup button for a specific database. This feature 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.

MySQL 5 Databases in Semi-dedicated Servers

Every single semi-dedicated server which we provide features the latest version of MySQL preinstalled, to enable you to run any script app that you would like. When you use our 1-click installer, you can easily create an application with a couple of clicks and our instrument will set up a brand new database automatically. If you prefer to set up a script manually, you can create a MySQL database very easily, choosing its username and password. To save you time, we have also added quick-access buttons to create a backup or enable remote access to any of your databases. More tech-savvy users could log in to the highly efficient phpMyAdmin instrument and change certain cells or entire tables by hand using a web interface. In the Databases section of the Hepsia website hosting CP you shall also find hourly and daily stats for each and every database which you have created inside the account.