All script applications such as forums or web stores store their information in a database - a group of cells and tables which contains the Internet site info like items, prices, comments, etc. Whenever you open a particular page, the script connects to the database and retrieves the needed info, then displays 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 widely used because it operates on a variety of platforms (Windows, UNIX, Linux) and with a variety of scripting languages (PHP, Perl, Python, Java), not mentioning its wonderful performance even with large databases. Numerous widely used platforms such as WordPress or Joomla employ MySQL databases to save their content.

MySQL 5 Databases in Shared Website Hosting

Our shared website 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 shall be able to create, delete and manage your databases without trouble using our custom-built Hepsia CP. If you'd like to migrate a website from another host company, you can use the phpMyAdmin tool which you can access through Hepsia, or you can connect remotely once you've allowed this function for your IP address. In the same way you may also change specific cells or tables within any of your databases. Setting up a backup is also easy and takes only a mouse click on the Backup button for a particular database. This function will enable you to keep a copy of a site on your personal computer or to export the content of a given database, change 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 administration systems provided with our semi-dedicated servers and you shall be able to install and employ any script app which requires a MySQL database very easily. Our sophisticated Hepsia Control Panel offers you full control over any database that you set up - you may change its password with a click, export or import content and also access it remotely using an application installed on your computer. To make certain that nobody else shall be able to use the latter option, you'll have to add your IP address in the CP before you're able to access the database. If you prefer a web interface to handle a specific database, Hepsia shall give you access to the feature-rich phpMyAdmin tool using which you can modify specific cells and tables or run MySQL commands through your web browser.