All script apps including forums or virtual shops save their information inside a database - a collection of cells and tables that contains all the website information including items, prices, comments, etc. Every time you open a specific page, the script connects to the database and retrieves the specified data, then shows it. The mid-level software that connects the script and the database is called a database management system and one of the most popular ones is MySQL. The latter is frequently used because it runs on a number of platforms (Windows, Linux, UNIX) and with numerous scripting languages (PHP, Perl, Python, Java), not mentioning its great functionality even with large databases. A lot of famous platforms such as WordPress or Joomla employ MySQL databases to keep their content.

MySQL 5 Databases in Cloud Hosting

The in-house built Hepsia CP that comes with our Linux cloud hosting will enable you to manage all your MySQL databases effortlessly. It takes just a few mouse clicks to set up a completely new database and with one more click you may back it up if you would like to have a copy before you update your site, for instance. You shall be able to modify the password, delete a database or allow remote access to it just as easily. For the latter option you can choose the IP addresses that will be able to connect to the database remotely to ensure that unauthorized people shall not be able to access your info. If you want to see the database content or edit any cell or table using the CP, you should use phpMyAdmin, an excellent web-based interface. Using any of our script-driven applications will also be super easy as our script installer will create a database for the script you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Servers

Each semi-dedicated server which we provide features the latest version of MySQL pre-installed, to permit you to run any script application you would like. When you use our 1-click installer, you can easily create an application with a few mouse clicks and our software tool will set up a whole new database automatically. If you'd prefer to install a script yourself, you’ll 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 efficient phpMyAdmin instrument and edit certain cells or whole tables manually through a web interface. Inside the Databases section of the Hepsia hosting Control Panel you will also find hourly and daily statistics for every database which you have created in the account.