All script applications including forums or virtual stores store their info within a database - a set of cells and tables containing all the site information such as items, prices, comments, etc. Whenever you open a specific page, the script connects to the database and retrieves the necessary info, then displays it. The intermediary 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 frequently used because it functions on various platforms (Windows, Linux, UNIX) and with a variety of scripting languages (Java, Perl, Python, PHP), not mentioning its amazing performance even with large databases. Many well-known platforms such as WordPress or Joomla use MySQL databases to keep their content.

MySQL 5 Databases in Web Hosting

The in-house built Hepsia Control Panel that comes with our web hosting will enable you to control all your MySQL databases with ease. It takes just a couple of mouse clicks to set up a brand new database and with only one more click you could back it up if you'd like to have a copy before you update your web site, for example. You shall be able to change the password, erase a database or enable remote access to it just as fast. For the latter option you'll be able to pick the IP addresses which will be able to connect to the database remotely to ensure that unauthorized people shall not be able to access your info. If you'd like to see the database content or edit any cell or table from the Control Panel, you should use phpMyAdmin, an excellent web-based interface. Using any of our script-driven applications shall also be 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 provided with our semi-dedicated servers and you will be able to set up and use any script app which requires a MySQL database without any difficulty. Our advanced Hepsia CP offers you full control over any database you set up - you may change its password with a mouse click, export or import content and also access it remotely through an application set up on your computer. To make sure that nobody else will be able to use the latter option, you will need to include your IP address in the CP before you are able to access the database. If you need a web interface to control a particular database, Hepsia shall give you access to the feature-rich phpMyAdmin tool using which you can modify certain cells and tables or run MySQL commands through your Internet browser.