All script applications such as forums or e-stores save their info within a database - a group of cells and tables which contains the site info such as items, prices, comments, and so forth. Whenever you open a certain page, the script connects to the database and retrieves the specified info, then displays it. The intermediary software that connects the script and the database is referred to as a database management system and one of the most famous ones is MySQL. The latter is frequently used simply because it runs on different platforms (Linux, UNIX, Windows) and with a variety of scripting languages (Java, Perl, Python, PHP), not mentioning its amazing efficiency even with big databases. A lot of well-known platforms including WordPress or Joomla work with MySQL databases to save their content.

MySQL 5 Databases in Shared Website Hosting

The in-house built Hepsia Control Panel included with our shared website hosting will permit you to take care of all your MySQL databases with ease. It takes only a couple of mouse clicks to create a completely new database and with one more click you could back it up if you'd like to have a copy before you update your site, for instance. You'll be able to change the password, erase a database or enable remote access to it just as fast. For the latter option you could pick the IP addresses that will 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'd like to view the database content or modify any cell or table through the CP, you should use phpMyAdmin, an effective 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 picked automatically.