All script apps like forums or e-stores save their info in a database - a set of cells and tables which contains the site info including items, prices, comments, and many others. Each time you open a particular page, the script connects to the database and retrieves the specified information, then shows it. The intermediary software that connects the script and the database is called a database management system and amongst the most well-known ones is MySQL. The latter is commonly used because it functions on different platforms (Windows, UNIX, Linux) and with a variety of scripting languages (Python, PHP, Perl, Java), not mentioning its great functionality even with massive databases. Numerous well-known platforms including Joomla or WordPress employ MySQL databases to store their content.

MySQL 5 Databases in Cloud Hosting

You will be able to use script-driven platforms that require a MySQL database with each one of the cloud hosting which we provide. You could create a new database from the Hepsia hosting CP and the amount of databases that you can have at one time will depend on the package which you pick out. We also provide advanced options to manage your databases, like 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 hosting servers and manage it. For convenient administration via the Control Panel we offer the highly effective phpMyAdmin software tool, that will enable you to change tables or cells and import or export whole databases using a web interface. If you use our 1-click script installer, our system shall create a brand new database and link it to the application you have picked out automatically, so all you'll have to do to get a script-driven website is to click on the Install button.

MySQL 5 Databases in Semi-dedicated Servers

You'll be able to use any script that requires MySQL with all of our semi-dedicated servers due to the fact that we have the most up-to-date version set up on all servers - MySQL 5. Through our in-house built Hepsia web hosting Control Panel, you will be able to quickly create or remove a database, change its password, back it up with one click or check out the hourly and daily access stats for it. If you'd like to manage the content of a database directly, not by using a script, you will have two options - either employing the web interface of the phpMyAdmin tool, which is available in the CP, or using an app set up on your laptop or computer considering the fact that we support remote database access. For the abovementioned option, you will need to include your IP address from the web hosting account first as an additional level of protection against unauthorized access to your data.