All script apps such as forums or virtual stores save their data within a database - a collection of cells and tables which contains all the website data like items, prices, comments, and many others. Each time you open a specific page, the script connects to the database and retrieves the specified data, 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 commonly used simply because it operates on several platforms (Linux, UNIX, Windows) and with a variety of scripting languages (PHP, Java, Perl, Python), not mentioning its wonderful effectiveness even with massive databases. Numerous famous platforms like Joomla or WordPress use MySQL databases to save their content.

MySQL 5 Databases in Cloud Hosting

The in-house built Hepsia Control Panel included with our cloud hosting plans will enable you to take care of all your MySQL databases with ease. It requires only a few clicks to create a completely new database and with only one more click you can back it up if you'd like to have a copy before you update your web site, for example. You will be able to change the password, delete a database or allow remote access to it just as easily. For the latter option you may opt for the IP addresses that will be able to connect to the database remotely to make sure that unauthorized people shall not be able to access your info. If you want to view the database content or change any cell or table via the Control Panel, you can use phpMyAdmin, an excellent web-based interface. Using any one of our script-driven applications shall also be quite simple as our script installer will set up a database for the script that you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Servers

All our semi-dedicated hosting plans come with MySQL 5 support and the administration of your databases shall be really easy. With just a few clicks you will be able to set up a completely new database, remove an existing one or modify its password. The Hepsia hosting Control Panel will also provide you with access to much more advanced features including a one-click backup and remote accessibility. For the latter option, you could include only the IP address of your computer to make certain that nobody else is going to be able to access your info. This way, you can manage the content of any database in the account through any application on your personal computer. If you'd prefer to do this online, you can use the phpMyAdmin tool, which is available through Hepsia. You shall also be able to see hourly and daily MySQL stats, that will show you how your sites perform and if any of them has to be optimized.