All script applications such as forums or e-shops save their information within a database - a group of cells and tables which contains all of the website info such as items, prices, comments, etc. Every time you open a certain page, the script connects to the database and retrieves the specified data, then displays it. The mid-level software which connects the script and the database is called a database management system and among the most popular ones is MySQL. The latter is widely used simply because it works on a variety of platforms (UNIX, Linux, Windows) and with a range of scripting languages (PHP, Java, Perl, Python), not mentioning its amazing performance even with large databases. A lot of popular platforms such as Joomla or WordPress work with MySQL databases to save their content.
MySQL 5 Databases in Cloud Web Hosting
You shall be able to use script-driven platforms which require a MySQL database with each one of the Linux cloud web hosting that we offer you. You can set up a completely new database via the Hepsia hosting CP and the amount of databases that you can have at a time is determined by the package that you select. We also provide you with advanced options to control your databases, including a one-click backup and remote access. With the latter option you'll be able to employ software on your personal computer to connect to a database on our web hosting servers and manage it. For simple management via the Control Panel we provide the highly efficient phpMyAdmin software tool, that will enable you to modify cells or tables and import or export entire databases using a web interface. If you employ our 1-click script installer, our system will create a whole new database and link it to the application you have chosen automatically, so all you'll have to do to get a script-driven 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 provided with our Linux semi-dedicated hosting and you shall be able to set up and employ any script application which requires a MySQL database without any hassle. Our sophisticated Hepsia CP will give you full control of any database which you create - you could modify its password with a click, export or import content and also access it remotely via an app installed on your computer. To make sure that no one else shall be able to use the latter option, you'll have to include your IP address in the CP before you're able to access the database. If you want a web interface to handle a particular database, Hepsia will give you access to the feature-rich phpMyAdmin tool via which you can modify specific cells and tables or run MySQL commands through your browser.