All script applications like forums or web stores keep their info inside a database - a set of cells and tables containing all of the site data including items, prices, comments, and so forth. Whenever you open a certain page, the script connects to the database and retrieves the necessary data, then displays it. The intermediary software which connects the script and the database is called a database management system and amongst the most widely used ones is MySQL. The latter is widely used simply because it runs on a variety of platforms (Windows, UNIX, Linux) and with numerous scripting languages (Java, Perl, Python, PHP), not mentioning its great performance even with large databases. Lots of widely used platforms like WordPress or Joomla employ MySQL databases to save their content.

MySQL 5 Databases in Cloud Hosting

Starting or modifying a MySQL database will be easy with any of our Linux cloud hosting packages. That can be carried out through our feature-rich Hepsia Control Panel where you can set up or remove a database, set up a backup copy with only one click or use the effective phpMyAdmin tool so as to change cells and tables or import an entire database if you are moving a script-driven website from another hosting provider. You can also enable remote access to any database within your account and choose from what IP addresses the connection shall be established, to ensure the protection of your data. If you opt to take advantage of any of the script platforms which we provide with our script installer, you'll not need to do anything as our system will create a new database and link it to the site automatically. If you encounter any problems to control your databases, you can check our help articles and video tutorials or make contact with our tech support team.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database management systems offered with our semi-dedicated packages and you'll be able to set up and employ any script app which requires a MySQL database easily. Our innovative Hepsia CP will give you complete control over any database that you create - you may change its password with a click, export or import content and even access it remotely via an application installed on your PC. To make sure that nobody else will be able to use the latter option, you will need to include your IP address inside the Control Panel before you are able to access the database. If you require a web interface to control a certain database, Hepsia will give you access to the feature-rich phpMyAdmin tool where you can change certain cells and tables or run MySQL commands through your browser.