All script applications like forums or virtual stores store their information in a database - a collection of cells and tables that contains all the site data like items, prices, comments, and so forth. Anytime you open a specific page, the script connects to the database and retrieves the necessary info, then shows it. The mid-level software which connects the script and the database is called a database management system and among the most well-known ones is MySQL. The latter is commonly used as it functions on different platforms (Linux, UNIX, Windows) and with numerous scripting languages (PHP, Perl, Python, Java), not mentioning its wonderful performance even with massive databases. Numerous popular platforms such as WordPress or Joomla use MySQL databases to keep their content.

MySQL 5 Databases in Shared Website Hosting

The in-house built Hepsia Control Panel that comes with our Linux shared website hosting will enable you to manage all your MySQL databases effortlessly. It takes only a few clicks to create a brand new database and with one more click you may back it up if you would like to have a copy before you update your Internet site, for instance. You'll be able to modify the password, delete a database or permit remote access to it just as fast. For the latter option you'll be able to choose the IP addresses that will be able to connect to the database remotely to make sure that unauthorized people won't be able to access your info. If you want to view the database content or edit any cell or table through the Control Panel, you may 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 set up a database for the script which you have selected automatically.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database management systems included with our Linux semi-dedicated hosting and you shall be able to install and use any script application that requires a MySQL database effortlessly. Our sophisticated Hepsia Control Panel will give you full control over any database you create - you could change its password with a mouse click, export or import content and even access it remotely using an application installed on your computer or laptop. To ensure that nobody else shall be able to use the latter option, you will need to include your IP address in the CP just before you're able to access the database. If you want a web interface to handle a certain database, Hepsia shall give you access to the feature-rich phpMyAdmin tool through which you can modify specific cells and tables or run MySQL commands through your browser.