All script applications such as forums or online stores keep their data in a database - a group of cells and tables that contains all the Internet site info such as items, prices, comments, and many others. Each time you open a certain page, the script connects to the database and retrieves the required data, then displays it. The mid-level software that connects the script and the database is called a database management system and amongst the most famous ones is MySQL. The latter is commonly used as it runs on several platforms (Linux, Windows, UNIX) and with a number of scripting languages (PHP, Perl, Python, Java), not mentioning its wonderful functionality even with large databases. Lots of famous platforms including Joomla or WordPress work with MySQL databases to keep their content.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database administration systems provided with our Linux semi-dedicated hosting and you will be able to install and employ any script app which requires a MySQL database easily. Our cutting-edge Hepsia Control Panel offers you full control over any database which you set up - you may change its password with a mouse click, export or import content and also access it remotely using an app installed on your PC. To ensure that nobody else shall be able to use the latter option, you'll have to include your IP address in the CP before you are able to access the database. If you require a web interface to handle a certain database, Hepsia shall give you access to the feature-rich phpMyAdmin tool where you can change specific cells and tables or run MySQL commands through your Internet browser.