All script applications like forums or virtual stores keep their info in a database - a set of cells and tables which 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 info, then displays it. The intermediary software which 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 commonly used as it functions on several platforms (Linux, Windows, UNIX) and with a variety of scripting languages (Java, Perl, Python, PHP), not mentioning its excellent effectiveness even with big databases. Many popular platforms such as WordPress or Joomla employ MySQL databases to keep their content.

MySQL 5 Databases in Cloud Hosting

Creating or modifying a MySQL database will be really easy with each one of our Linux cloud hosting. That can be carried out through our feature-rich Hepsia Control Panel where you can create or remove a database, set up a backup copy with just a single mouse click or take advantage of the powerful phpMyAdmin instrument in order to edit cells and tables or import an entire database if you are moving a script-driven site from another hosting company. You can also enable remote access to any database within your account and decide from what IP addresses the connection will be established, in order to ensure the security of your info. If you decide to take advantage of any of the script platforms which we offer you with our script installer, you won't have to do anything as our system will set up a whole new database and link it to the Internet site automatically. If you experience any difficulties to manage your databases, you should check our help articles and video tutorials or communicate with our tech support team.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database management systems provided with our Linux semi-dedicated hosting and you'll be able to set up and employ any script application that requires a MySQL database without any hassle. Our advanced Hepsia CP will provide you with complete control of any database which you set up - you can modify its password with a click, export or import content and even access it remotely using an application installed on your computer or laptop. To make certain that nobody else shall be able to use the latter option, you'll have to add your IP address inside the Control Panel before you are able to access the database. If you require a web interface to manage a specific database, Hepsia shall give you access to the feature-rich phpMyAdmin tool via which you can modify particular cells and tables or run MySQL commands through your Internet browser.