All script apps including forums or e-shops keep their data within a database - a group of cells and tables containing all the site info such as items, prices, comments, and so on. Each time you open a particular page, the script connects to the database and retrieves the specified info, then shows it. The intermediary software which connects the script and the database is called a database management system and amongst the most famous ones is MySQL. The latter is widely used because it can run on a number of platforms (Linux, Windows, UNIX) and with numerous scripting languages (Python, PHP, Perl, Java), not mentioning its great efficiency even with massive databases. Numerous widely used platforms like WordPress or Joomla work with MySQL databases to store their content.

MySQL 5 Databases in Shared Hosting

The in-house built Hepsia CP included with our Linux shared packages allows you to take care of all your MySQL databases effortlessly. It requires only a few mouse clicks to create a brand new database and with one more click you can back it up if you'd like to have a copy before you update your Internet site, for example. You will be able to change the password, erase a database or enable remote access to it just as fast. For the latter option you could pick the IP addresses that'll be able to connect to the database remotely in order to make sure that unauthorized people won't be able to access your info. If you wish to see the database content or change any cell or table using the CP, you should use phpMyAdmin, an excellent web-based interface. Using any of our script-driven apps shall also be easy as our script installer will set up a database for the script that you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Hosting

Each semi-dedicated server we offer you includes the latest version of MySQL preinstalled, so you can run any script application you want. If you use our 1-click installer, you could create an app with a couple of mouse clicks and our instrument will create a brand new database automatically. If you want to set up a script by hand, you will be able to create a MySQL database very easily, picking its account information. For your convenience, we've also added quick-access buttons to generate a backup or enable remote access to any of your databases. More advanced users may sign in to the effective phpMyAdmin tool and modify certain cells or whole tables manually using a web interface. Inside the Databases section of the Hepsia hosting Control Panel you'll also find hourly and daily statistics for each database that you have set up inside the account.