All script apps including forums or e-shops save their information within a database - a collection of cells and tables which contains all the site data including items, prices, comments, etc. When you open a specific page, the script connects to the database and retrieves the necessary 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 popular ones is MySQL. The latter is frequently used because it works on various platforms (Windows, UNIX, Linux) and with a range of scripting languages (PHP, Perl, Python, Java), not mentioning its wonderful effectiveness even with massive databases. Lots of widely used platforms like Joomla or WordPress work with MySQL databases to save their content.

MySQL 5 Databases in Shared Hosting

The in-house built Hepsia CP that comes with our Linux shared packages will enable you to manage all your MySQL databases with ease. It requires just a couple of mouse clicks to create a new database and with just one more click you can back it up if you want to have a copy before you update your site, for instance. You'll be able to change the password, remove a database or permit remote access to it just as easily. For the latter option you could choose the IP addresses that'll be able to connect to the database remotely to ensure that unauthorized people shall not be able to access your information. If you wish to see the database content or modify any cell or table through the Control Panel, you may use phpMyAdmin, an effective web-based interface. Using any of our script-driven applications will also be quite simple as our script installer will create a database for the script you have selected automatically.

MySQL 5 Databases in Semi-dedicated Hosting

You will be able to use any script that requires MySQL with any of our Linux semi-dedicated packages since we have the most up-to-date version installed on all web servers - MySQL 5. Via our in-house built Hepsia web hosting Control Panel, you will be able to swiftly create or remove a database, change its password, back it up with one mouse click or check out the hourly and daily access statistics for it. If you would like to handle the content of a database directly, not by using a script, you shall have two options - either employing the web interface of the phpMyAdmin tool, which is available inside the Control Panel, or using an application set up on your personal computer since we support remote database access. For the latter option, you'll have to add your IP address via the web hosting account first as an extra level of protection against unauthorized access to your info.