All script apps like forums or e-stores keep their information within a database - a set of cells and tables containing the website data including items, prices, comments, and many others. Each time you open a particular page, the script connects to the database and retrieves the specified information, then shows it. The intermediary software that connects the script and the database is referred to as a database management system and among the most famous ones is MySQL. The latter is frequently used because it operates on a variety of platforms (Linux, UNIX, Windows) and with a variety of scripting languages (Java, PHP, Perl, Python), not mentioning its amazing efficiency even with huge databases. Many famous platforms such as Joomla or WordPress work with MySQL databases to save their content.

MySQL 5 Databases in Hosting

The in-house built Hepsia Control Panel offered with our Linux hosting will allow you to take care of all your MySQL databases easily. It requires just a couple of 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 site, for instance. You shall be able to change the password, remove a database or allow remote access to it just as easily. For the latter option you may pick the IP addresses that'll be able to connect to the database remotely to ensure that unauthorized people will not be able to access your data. If you would like to view the database content or edit any cell or table through the CP, you can use phpMyAdmin, an efficient 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 you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Hosting

Every semi-dedicated server we provide includes the latest version of MySQL preinstalled, so that you can run any script application you would like. If you use our 1-click installer, you can set up an application with a couple of mouse clicks and our tool will set up a new database automatically. If you want to install a script personally, you can create a MySQL database easily, picking its account information. For your benefit, we've also added quick-access buttons to produce a backup or allow remote accessibility to each of your databases. More tech-savvy users can sign in to the highly effective phpMyAdmin instrument and change specific cells or entire tables by hand via a web interface. In the Databases section of the Hepsia website hosting Control Panel you'll also find hourly and daily stats for every single database you have set up inside the account.