All script apps such as forums or online stores store their info in a database - a set of cells and tables containing the website information such as items, prices, comments, etc. Anytime you open a particular page, the script connects to the database and retrieves the required data, then shows it. The intermediary software that connects the script and the database is referred to as a database management system and one of the most popular ones is MySQL. The latter is frequently used as it functions on different platforms (Windows, UNIX, Linux) and with a range of scripting languages (Python, Perl, PHP, Java), not mentioning its fantastic performance even with big databases. Many well-known platforms including WordPress or Joomla employ MySQL databases to keep their content.

MySQL 5 Databases in Shared Web Hosting

Our shared web hosting plans will permit you to host MySQL-driven websites without problems as our cloud platform has the latest management system version set up. You will 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 website hosting provider, you can use the phpMyAdmin tool which you could access from Hepsia, or you can connect remotely once you have permitted this feature for your IP address. In the same way you could also change certain cells or tables within any of your databases. Creating a backup is also painless and requires simply a click on the Backup button for a specific database. This feature will permit you to keep a copy of an Internet site on your computer or to export the content of a certain database, edit it on your end using appropriate software, and then import it back.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database management systems offered with our semi-dedicated plans and you will be able to set up and use any script app which requires a MySQL database effortlessly. Our state-of-the-art Hepsia CP offers you total control of any database which you create - you are able to change its password with a click, export or import content and even access it remotely through an application set up on your PC. To make certain that nobody else shall be able to use the latter option, you'll need to include your IP address in the Control Panel before you're able to access the database. If you require a web interface to control 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 browser.