When you use a script-driven application for your site, any info that both you and the website users generate shall be stored within a database - a collection of info, which is arranged in cells and tables for easier reading and writing. The latter is done through special software called database management system and one of the most widely used ones around the globe is MySQL. A wide range of script apps are created to work with MySQL because it’s easy to use, it works exceptionally well on a web server and it is universal as it can work with popular web programming languages (PHP, Perl, Python, Java) and on several web server Operating Systems (Windows, Linux, UNIX). There are hundreds of scripts that use MySQL, including quite popular ones such as WordPress, Moodle and Joomla.

MySQL 5 Databases in Cloud Hosting

The in-house built Hepsia CP that comes with our cloud services will allow you to control all your MySQL databases with ease. It takes only a few clicks to set up a brand new database and with just one more click you could back it up if you want to have a copy before you update your web site, for example. You shall be able to modify the password, remove a database or enable remote access to it just as fast. For the latter option you can choose 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 data. If you'd like to view the database content or edit any cell or table through the CP, you can use phpMyAdmin, an effective web-based interface. Using any one of our script-driven applications shall also be quite simple as our script installer will create a database for the script that you have chosen automatically.