All script apps like forums or virtual stores keep their data in a database - a group of cells and tables which contains the Internet site information including items, prices, comments, and so forth. Anytime you open a certain page, the script connects to the database and retrieves the necessary information, then displays it. The mid-level software which 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 commonly used simply because it runs on different platforms (Linux, Windows, UNIX) and with a variety of scripting languages (PHP, Perl, Python, Java), not mentioning its excellent effectiveness even with big databases. Many popular platforms like WordPress or Joomla use MySQL databases to keep their content.

MySQL 5 Databases in Website Hosting

The in-house built Hepsia CP included with our website hosting will allow you to take care of all your MySQL databases effortlessly. It requires just a few mouse clicks to create a new database and with one more click you can back it up if you'd like to have a copy before you update your website, for instance. You'll be able to modify the password, erase a database or permit remote access to it just as easily. For the latter option you'll be able to pick the IP addresses that will be able to connect to the database remotely in order to make sure that unauthorized people won't be able to access your info. If you would like to see the database content or edit any cell or table from the CP, you may use phpMyAdmin, an effective web-based interface. Using any one of our script-driven applications shall also be super easy as our script installer will set up a database for the script that you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database administration systems that come with our semi-dedicated servers and you shall be able to install and use any script application which requires a MySQL database without any difficulty. Our sophisticated Hepsia CP gives you full control over any database that you create - you are able to change its password with a mouse click, export or import content and even access it remotely using an application installed on your PC. To ensure that nobody else shall be able to use the latter option, you'll have to add your IP address in the CP before you're able to access the database. If you want a web interface to manage a particular database, Hepsia shall give you access to the feature-rich phpMyAdmin tool where you can edit certain cells and tables or run MySQL commands through your browser.