All script apps including forums or e-shops save their information inside a database - a set of cells and tables which contains all the website data including items, prices, comments, etc. Each time you open a certain page, the script connects to the database and retrieves the needed information, then shows it. The intermediary software that connects the script and the database is known as a database management system and one of the most famous ones is MySQL. The latter is commonly used as it works on different platforms (Windows, Linux, UNIX) and with numerous scripting languages (Python, Perl, PHP, Java), not mentioning its great performance even with large databases. Many widely used platforms like Joomla or WordPress employ MySQL databases to store their content.

MySQL 5 Databases in Shared Hosting

The in-house built Hepsia Control Panel that comes with our Linux shared hosting will allow you to take care of all your MySQL databases effortlessly. It takes only a couple of mouse clicks to create a new database and with one more click you could back it up if you'd like to have a copy before you update your website, for instance. You shall be able to modify the password, erase a database or enable remote access to it just as easily. For the latter option you could choose 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 would like to view the database content or change any cell or table via the CP, 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 create a database for the script which you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Hosting

Every single semi-dedicated server we offer you includes the latest version of MySQL pre-installed, so that you can run any script application you want. When you use our 1-click installer, you could set up an app with a couple of clicks and our software tool will set up a new database automatically. If you'd prefer to set up a script yourself, you are able to create a MySQL database with ease, selecting its account information. To save you time, we have also added quick-access buttons to generate a backup or enable remote access to any of your databases. More advanced users may sign in to the effective phpMyAdmin instrument and change certain cells or whole tables by hand using a web interface. Inside the Databases section of the Hepsia web hosting CP you'll also find hourly and day-to-day statistics for every database that you have set up in the account.