All script apps such as forums or e-stores save their data in a database - a collection of cells and tables which contains the site info such as items, prices, comments, and many others. When you open a specific page, the script connects to the database and retrieves the required information, then displays it. The mid-level software which connects the script and the database is referred to as a database management system and among the most popular ones is MySQL. The latter is frequently used as it operates on various platforms (UNIX, Linux, Windows) and with a range of scripting languages (PHP, Perl, Python, Java), not mentioning its fantastic performance even with big databases. Many famous platforms including WordPress or Joomla work with MySQL databases to store their content.

MySQL 5 Databases in Shared Website Hosting

The in-house built Hepsia CP offered with our shared website hosting will enable you to manage all your MySQL databases without difficulty. It requires only a couple of clicks to set up a brand new database and with only one more click you may back it up if you would like to have a copy before you update your web site, for instance. You will be able to change the password, delete a database or allow remote access to it just as fast. For the latter option you'll be able to choose the IP addresses which will be able to connect to the database remotely to ensure that unauthorized people won't be able to access your info. If you'd like to view the database content or modify any cell or table using the CP, you can use phpMyAdmin, an effective web-based interface. Using any one of our script-driven apps shall also be super easy as our script installer will create a database for the script that you have selected automatically.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database management systems offered with our semi-dedicated servers and you shall be able to set up and use any script app which requires a MySQL database easily. Our sophisticated Hepsia CP will provide you with total control of any database which you set up - you could modify its password with a click, export or import content and even access it remotely through an application set up on your PC. To ensure that nobody else will be able to use the latter option, you will have to include your IP address inside the CP just before you're able to access the database. If you need a web interface to handle a particular database, Hepsia will give you access to the feature-rich phpMyAdmin tool through which you can modify certain cells and tables or run MySQL commands through your browser.