All script apps including forums or virtual shops save their information within a database - a group of cells and tables that contains all of the site info such as items, prices, comments, and many others. Each time you open a particular page, the script connects to the database and retrieves the needed information, then shows it. The mid-level software which connects the script and the database is known as a database management system and among the most well-known ones is MySQL. The latter is widely used as it functions on various platforms (Windows, UNIX, Linux) and with a variety of scripting languages (PHP, Java, Perl, Python), not mentioning its fantastic functionality even with large databases. Many widely used platforms like WordPress or Joomla use MySQL databases to store their content.

MySQL 5 Databases in Cloud Hosting

The in-house built Hepsia CP that comes with our cloud hosting will permit you to manage all your MySQL databases effortlessly. It takes only a few mouse clicks to create a brand new database and with only one more click you may back it up if you'd like to have a copy before you update your Internet site, for instance. You'll be able to change the password, erase a database or allow remote access to it just as easily. For the latter option you could pick the IP addresses which will be able to connect to the database remotely so as to ensure that unauthorized people won't be able to access your information. If you wish to see the database content or edit any cell or table via the Control Panel, you can use phpMyAdmin, a powerful web-based interface. Using any of our script-driven applications will also be very easy as our script installer will set up a database for the script you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Servers

Every semi-dedicated server which we offer you includes the latest version of MySQL pre-installed, to permit you to run any script app that you'd like. If you use our 1-click installer, you can create an app with a couple of mouse clicks and our software instrument will set up a new database automatically. If you'd prefer to set up a script personally, you will be able to create a MySQL database very easily, choosing its username and password. To save you time, we've also added quick-access buttons to generate a backup or allow remote access to each of your databases. More tech-savvy users will be able to log in to the efficient phpMyAdmin instrument and modify specific cells or entire tables manually through a web interface. In the Databases section of the Hepsia hosting CP you will also find hourly and daily statistics for every database you have created in the account.