All script apps like forums or web stores keep their data inside a database - a collection of cells and tables which contains all of the site information including items, prices, comments, etc. When you open a certain page, the script connects to the database and retrieves the needed information, then displays it. The mid-level software that connects the script and the database is referred to as a database management system and amongst the most widely used ones is MySQL. The latter is widely used as it can run on various platforms (Linux, UNIX, Windows) and with a variety of scripting languages (Python, Perl, PHP, Java), not mentioning its wonderful performance even with big databases. A lot of popular platforms such as WordPress or Joomla work with MySQL databases to keep their content.

MySQL 5 Databases in Cloud Web Hosting

You will 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 can easily set up a completely new database from your Hepsia website hosting Control Panel and the amount of databases you can have at a time will depend on the package which you opt for. We also offer advanced options to manage your databases, such as a one-click backup and remote accessibility. With the latter option you will be able to employ software on your computer to connect to a database on our web servers and manage it. For easy administration through the CP we provide you with the efficient phpMyAdmin tool, that will permit you to edit cells or tables and import or export entire databases through a web interface. If you employ our 1-click script installer, our system will create a new database and link it to the app you have picked automatically, so all you'll have to do to get a script-driven website shall be to click on the Install button.

MySQL 5 Databases in Semi-dedicated Hosting

You shall be able to use any script that requires MySQL with any of our Linux semi-dedicated hosting considering the fact that we have the most current version installed on all servers - MySQL 5. Through our in-house built Hepsia web hosting CP, you will be able to easily set up or erase a database, modify its password, back it up with just a single click or examine the hourly and daily access statistics for it. If you would like to handle the content of a database directly, not via a script, you'll have two options - either employing the web interface of the phpMyAdmin tool, which is available in the CP, or using an application set up on your laptop or computer since we support remote database access. For the abovementioned option, you will have to include your IP address from the hosting account first as an added level of security against unauthorized access to your info.