All script applications like forums or virtual shops keep their data within a database - a group of cells and tables that contains the site information such as items, prices, comments, and so forth. Each time you open a specific page, the script connects to the database and retrieves the specified data, then shows it. The mid-level software which connects the script and the database is called a database management system and one of the most popular ones is MySQL. The latter is frequently used because it works on several platforms (Linux, UNIX, Windows) and with a range of scripting languages (Java, PHP, Perl, Python), not mentioning its amazing effectiveness even with huge databases. Numerous famous platforms such as WordPress or Joomla work with MySQL databases to keep their content.

MySQL 5 Databases in Cloud Hosting

You shall be able to use script-driven platforms which require a MySQL database with any of the Linux cloud packages that we offer you. You can create a whole new database from the Hepsia hosting Control Panel and the total number of databases you can have at a time will depend on the package you opt for. We also provide you with advanced options to manage your databases, like a one-click backup and remote access. With the latter option you will be able to use software on your PC to connect to a database on our website hosting servers and manage it. For easy management via the CP we provide you with the highly effective phpMyAdmin software tool, that will allow you to change tables or cells and import or export whole databases through a web interface. If you use our 1-click script installer, our system will create a brand new database and link it to the app you have picked out automatically, so all you will need to do to get a script-driven Internet site shall be to click on the Install button.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database management systems offered with our Linux semi-dedicated packages and you shall be able to install and use any script app which requires a MySQL database very easily. Our advanced Hepsia CP will provide you with total control over any database which you create - you could change its password with a click, export or import content and also access it remotely through an app installed on your personal computer. To make sure that no one else shall be able to use the latter option, you will need to include your IP address in the Control Panel before you're able to access the database. If you want a web interface to handle a particular database, Hepsia shall give you access to the feature-rich phpMyAdmin tool through which you can modify specific cells and tables or run MySQL commands through your browser.