All script applications including forums or virtual stores keep their information in a database - a group of cells and tables that contains all of the Internet site data including items, prices, comments, and so forth. Whenever you open a particular page, the script connects to the database and retrieves the necessary data, then shows it. The intermediary software that connects the script and the database is called a database management system and among the most famous ones is MySQL. The latter is commonly used as it runs on several platforms (Linux, Windows, UNIX) and with a range of scripting languages (Python, Perl, PHP, Java), not mentioning its fantastic efficiency even with large databases. Numerous popular platforms such as Joomla or WordPress use MySQL databases to store their content.

MySQL 5 Databases in Shared Web Hosting

Our Linux shared web hosting will permit you to host MySQL-driven sites without problems as our cloud platform has the latest management system version set up. You will be able to set up, remove and control your databases easily through our custom-made Hepsia Control Panel. If you want to migrate a site from another host company, you should use the phpMyAdmin tool which you can access from Hepsia, or you can connect remotely after you've allowed this function for your IP address. In the same way you may also change certain cells or tables inside any of your databases. Generating a backup is equally painless and requires simply a click on the Backup button for a specific database. This function allows you to keep a copy of an Internet site on your computer or to export the content of a given 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 management systems offered with our Linux semi-dedicated hosting and you will be able to set up and use any script app which requires a MySQL database easily. Our innovative Hepsia CP offers you full control over any database you set up - you may modify its password with a click, export or import content and also access it remotely via an application set up on your computer or laptop. To make certain that nobody else shall be able to use the latter option, you will need to include your IP address in the CP before you're able to access the database. If you want a web interface to control a particular database, Hepsia will give you access to the feature-rich phpMyAdmin tool using which you can edit specific cells and tables or run MySQL commands through your web browser.