All script apps like forums or virtual stores keep their info in a database - a group of cells and tables that contains all the Internet site info such as items, prices, comments, and so on. Each time you open a particular page, the script connects to the database and retrieves the needed data, then shows it. The intermediary software which connects the script and the database is called a database management system and among the most popular ones is MySQL. The latter is frequently used simply because it runs on different platforms (Windows, UNIX, Linux) and with a variety of scripting languages (Java, Perl, Python, PHP), not mentioning its fantastic effectiveness even with huge databases. A lot of famous platforms including Joomla or WordPress employ MySQL databases to save their content.

MySQL 5 Databases in Shared Hosting

Our shared plans allow you to host MySQL-driven Internet sites without any difficulty as our cloud platform has the latest management system version set up. You'll be able to set up, delete and manage your databases without difficulty using our custom Hepsia Control Panel. If you wish to migrate an Internet site from another hosting provider, you should use the phpMyAdmin tool which you may access through Hepsia, or you can connect remotely once you've enabled this function for your IP address. In the same way you can also modify certain cells or tables inside any of your databases. Setting up a backup is also simple and requires simply a mouse click on the Backup button for a particular database. This feature allows you to keep a copy of an Internet site 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 Servers

MySQL 5 is one of the database management systems included with our semi-dedicated plans and you'll be able to set up and use any script app which requires a MySQL database without any hassle. Our state-of-the-art Hepsia Control Panel will provide you with full control of any database you set up - you are able to modify its password with a mouse click, export or import content and even access it remotely via an application installed on your computer or laptop. To ensure that no one else shall be able to use the latter option, you'll have to include your IP address inside the Control Panel just before you are 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 using which you can modify certain cells and tables or run MySQL commands through your Internet browser.