All script applications such as forums or online stores store their info within a database - a collection of cells and tables that contains the site info including items, prices, comments, and many others. Anytime you open a certain page, the script connects to the database and retrieves the necessary data, then shows it. The mid-level software that connects the script and the database is referred to as a database management system and one of the most well-known ones is MySQL. The latter is widely used because it functions on various platforms (UNIX, Linux, Windows) and with numerous scripting languages (Python, Perl, PHP, Java), not mentioning its excellent effectiveness even with huge databases. Numerous famous platforms such as Joomla or WordPress use MySQL databases to keep their content.

MySQL 5 Databases in Shared Hosting

Our Linux shared hosting allow you to host MySQL-driven Internet sites without any issue as our cloud platform has the latest management system version installed. You shall be able to create, delete and control your databases with ease via our custom-built Hepsia CP. If you wish to migrate a website from another web hosting company, you can use the phpMyAdmin tool which you can access from Hepsia, or you can connect remotely once you have allowed this function for your IP address. In the same way you can also change specific cells or tables within any of your databases. Creating a backup is also uncomplicated and requires simply a click on the Backup button for a particular database. This feature will enable you to keep a copy of a website on your personal computer or to export the content of a particular database, change it on your end using some software, and then import it back.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database administration systems included with our Linux semi-dedicated hosting and you will be able to set up and use any script app that requires a MySQL database without any hassle. Our innovative Hepsia Control Panel will give you full control over any database you set up - you are able to change its password with a mouse click, export or import content and also access it remotely through an app set up on your computer. To make certain that no one else shall be able to use the latter option, you'll have to include your IP address inside the Control Panel before you are able to access the database. If you require a web interface to manage a certain database, Hepsia will give you access to the feature-rich phpMyAdmin tool where you can edit certain cells and tables or run MySQL commands through your web browser.