All script applications including forums or virtual stores keep their information within a database - a set of cells and tables that contains all of the website data including items, prices, comments, etc. Every time you open a particular 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 known as a database management system and amongst the most popular ones is MySQL. The latter is frequently used as it functions on a variety of platforms (Linux, Windows, UNIX) and with a number of scripting languages (PHP, Perl, Python, Java), not mentioning its fantastic efficiency even with huge databases. Numerous well-known platforms such as WordPress or Joomla work with MySQL databases to keep their content.

MySQL 5 Databases in Hosting

The in-house built Hepsia CP that comes with our Linux hosting packages will enable you to control all your MySQL databases with ease. It requires just a few mouse clicks to set up a completely new database and with just one more click you could back it up if you'd like to have a copy before you update your site, for instance. You will be able to modify the password, remove a database or enable remote access to it just as fast. For the latter option you could opt for the IP addresses that'll be able to connect to the database remotely in order to make sure that unauthorized people will not be able to access your info. If you'd like to view the database content or modify any cell or table using the Control Panel, you can use phpMyAdmin, a powerful web-based interface. Using any of our script-driven applications shall also be super easy as our script installer will create a database for the script you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Hosting

MySQL 5 is one of the database management systems included with our Linux semi-dedicated packages and you'll be able to install and employ any script application which requires a MySQL database easily. Our state-of-the-art Hepsia Control Panel will provide you with total control of any database which you set up - you can modify its password with a mouse click, export or import content and also access it remotely through an app set up on your computer. To ensure that no one else shall be able to use the latter option, you will need to include your IP address in the CP before you're able to access the database. If you require a web interface to manage a specific database, Hepsia shall give you access to the feature-rich phpMyAdmin tool via which you can edit specific cells and tables or run MySQL commands through your web browser.