All script applications like forums or web stores store their info in a database - a group of cells and tables that contains all the Internet site information like items, prices, comments, etc. Whenever you open a particular page, the script connects to the database and retrieves the needed information, then shows it. The mid-level software that connects the script and the database is referred to as a database management system and amongst the most famous ones is MySQL. The latter is frequently used because it works on several platforms (Linux, UNIX, Windows) and with numerous scripting languages (Python, PHP, Perl, Java), not mentioning its great performance even with large databases. Many popular platforms such as WordPress or Joomla use MySQL databases to save their content.

MySQL 5 Databases in Web Hosting

The in-house built Hepsia Control Panel offered with our web hosting will allow you to control all your MySQL databases effortlessly. It takes just a few 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 site, for example. You will be able to modify the password, delete a database or permit remote access to it just as easily. For the latter option you'll be able to opt for the IP addresses that'll be able to connect to the database remotely in order to ensure that unauthorized people shall not be able to access your info. If you want to see the database content or modify any cell or table through the CP, you may use phpMyAdmin, an efficient web-based interface. Using any of our script-driven applications shall 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

Each semi-dedicated server that we offer includes the latest version of MySQL preinstalled, to enable you to run any script app you want. When you use our 1-click installer, you could set up an application with a couple of clicks and our software tool will create a whole new database automatically. If you prefer to install a script yourself, you are able to create a MySQL database with ease, selecting its username and password. To save you time, we've also added quick-access buttons to produce a backup or enable remote accessibility to any of your databases. More experienced users could log in to the powerful phpMyAdmin tool and change certain cells or whole tables by hand through a web interface. Inside the Databases section of the Hepsia website hosting Control Panel you will also find hourly and day-to-day stats for each and every database that you have set up inside the account.