All script apps including forums or web stores keep their data inside a database - a set of cells and tables that contains all the site data like items, prices, comments, etc. Every time you open a certain page, the script connects to the database and retrieves the necessary information, then shows it. The mid-level software that connects the script and the database is called a database management system and one of the most widely used ones is MySQL. The latter is commonly used because it functions on different platforms (Windows, Linux, UNIX) and with a range of scripting languages (PHP, Java, Perl, Python), not mentioning its wonderful performance even with massive databases. Lots of popular platforms such as Joomla or WordPress employ MySQL databases to keep their content.

MySQL 5 Databases in Shared Web Hosting

Our shared web hosting will permit 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 create, erase and manage your databases easily via our custom-made Hepsia CP. If you wish to migrate a website from another web hosting 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 can also modify specific cells or tables inside any of your databases. Creating a backup is also simple and requires simply a mouse click on the Backup button for a particular database. This function will enable you to keep a copy of a website on your computer or to export the content of a certain 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 administration systems that come with our semi-dedicated servers and you'll be able to install and employ any script application that requires a MySQL database effortlessly. Our cutting-edge Hepsia CP will give you full control of any database that you create - you may modify its password with a click, export or import content and even access it remotely through an app set up on your personal computer. To ensure that no one else shall be able to use the latter option, you'll have to include your IP address in the CP just before you are able to access the database. If you prefer a web interface to manage a certain database, Hepsia will give you access to the feature-rich phpMyAdmin tool where you can modify particular cells and tables or run MySQL commands through your Internet browser.