All script apps such as forums or online shops store their information inside a database - a group of cells and tables which contains all of the website info such as items, prices, comments, and many others. When you open a certain page, the script connects to the database and retrieves the needed data, then displays it. The mid-level software that connects the script and the database is known as a database management system and one of the most popular ones is MySQL. The latter is commonly used as it operates on various platforms (Windows, Linux, UNIX) and with a variety of scripting languages (Python, PHP, Perl, Java), not mentioning its fantastic effectiveness even with large databases. Many popular platforms like WordPress or Joomla employ MySQL databases to save their content.

MySQL 5 Databases in Shared Website Hosting

Our shared website hosting services will enable you to host MySQL-driven Internet sites without any difficulty as our cloud platform has the latest management system version set up. You will be able to create, erase and control your databases without difficulty via our custom-made Hepsia CP. If you wish to migrate an Internet site from another hosting provider, you should use the phpMyAdmin tool which you could access via Hepsia, or you can connect remotely once you have allowed this feature for your IP address. In the same way you may also change certain cells or tables inside any of your databases. Setting up a backup is equally painless and requires simply a click on the Backup button for a specific database. This function will enable you to keep a copy of an Internet site on your PC 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 Hosting

MySQL 5 is one of the database management systems included with our Linux semi-dedicated services and you shall be able to install and use any script app which requires a MySQL database very easily. Our state-of-the-art Hepsia CP gives you full control of any database you set up - you are able to change its password with a mouse click, export or import content and even access it remotely through an app installed on your PC. To make certain that nobody else shall be able to use the latter option, you'll need to add your IP address inside the Control Panel just before you're able to access the database. If you need a web interface to handle a specific database, Hepsia will give you access to the feature-rich phpMyAdmin tool using which you can edit particular cells and tables or run MySQL commands through your browser.