All script applications such as forums or e-shops store their data within a database - a group of cells and tables that contains all the website info like items, prices, comments, etc. Whenever you open a specific page, the script connects to the database and retrieves the needed info, then shows it. The mid-level software which connects the script and the database is known as a database management system and amongst the most widely used ones is MySQL. The latter is commonly used because it can run on a variety of platforms (UNIX, Linux, Windows) and with a number of scripting languages (PHP, Java, Python, Perl), not mentioning its amazing effectiveness even with massive databases. A lot of well-known platforms including WordPress or Joomla employ MySQL databases to store their content.

MySQL 5 Databases in Cloud Hosting

The in-house built Hepsia CP included with our cloud hosting will enable you to manage all your MySQL databases easily. It takes only a few mouse clicks to set up a completely new database and with only one more click you may back it up if you would like to have a copy before you update your Internet site, for example. You will be able to modify the password, remove a database or enable remote access to it just as easily. For the latter option you could pick the IP addresses that will be able to connect to the database remotely so as 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 can use phpMyAdmin, an efficient web-based interface. Using any one of our script-driven apps will also be super easy as our script installer will set up a database for the script which you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database management systems provided with our semi-dedicated servers and you'll be able to set up and use any script app that requires a MySQL database effortlessly. Our cutting-edge Hepsia CP will give you complete control of any database you set up - you could change its password with a click, export or import content and also access it remotely via an application set up on your computer. To make certain that no one else will be able to use the latter option, you'll need to add your IP address inside the CP just before you are able to access the database. If you prefer a web interface to manage a particular database, Hepsia shall give you access to the feature-rich phpMyAdmin tool via which you can change particular cells and tables or run MySQL commands through your browser.