All script apps like forums or virtual stores save their information in a database - a set of cells and tables that contains all of the site information such as items, prices, comments, etc. Each time you open a specific page, the script connects to the database and retrieves the specified info, then shows it. The mid-level software which connects the script and the database is referred to as a database management system and amongst the most well-known ones is MySQL. The latter is widely used simply because it can run on a variety of platforms (Linux, UNIX, Windows) and with numerous scripting languages (PHP, Java, Perl, Python), not mentioning its excellent performance even with big databases. Numerous popular platforms including WordPress or Joomla work with MySQL databases to save their content.

MySQL 5 Databases in Hosting

The in-house built Hepsia CP that comes with our Linux hosting will allow you to manage all your MySQL databases easily. It takes just a couple of clicks to set up a brand new database and with only one more click you may 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 permit remote access to it just as fast. For the latter option you can pick the IP addresses that'll be able to connect to the database remotely to ensure that unauthorized people won't be able to access your information. If you want to see the database content or modify any cell or table through the Control Panel, you may use phpMyAdmin, an efficient web-based interface. Using any one of our script-driven apps shall also be super easy as our script installer will set up a database for the script you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Hosting

Every single semi-dedicated server we offer features the latest version of MySQL pre-installed, so that you can run any script app you would like. If you use our 1-click installer, you could create an app 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 will be able to create a MySQL database effortlessly, picking out its username and password. For your benefit, we have also added quick-access buttons to generate a backup or allow remote accessibility to any of your databases. More experienced users can easily log in to the effective phpMyAdmin tool and edit certain cells or whole tables manually through a web interface. Inside the Databases section of the Hepsia web hosting Control Panel you will also find hourly and day-to-day stats for each database which you have created inside the account.