All script apps including forums or online shops save their info within a database - a group of cells and tables containing all of the website information like items, prices, comments, and so on. When you open a certain page, the script connects to the database and retrieves the specified information, then displays it. The intermediary software that connects the script and the database is called a database management system and among the most famous ones is MySQL. The latter is frequently used as it functions on different platforms (Windows, Linux, UNIX) and with numerous scripting languages (PHP, Perl, Python, Java), not mentioning its excellent performance even with massive databases. Numerous well-known platforms including WordPress or Joomla use MySQL databases to save their content.

MySQL 5 Databases in Cloud Web Hosting

The in-house built Hepsia Control Panel included with our cloud web hosting will permit you to manage all your MySQL databases easily. It requires just a couple of mouse clicks to set up a new database and with one more click you may back it up if you'd like to have a copy before you update your website, for instance. You'll be able to modify the password, erase a database or permit remote access to it just as easily. For the latter option you'll be able to choose the IP addresses that'll be able to connect to the database remotely to ensure that unauthorized people shall not be able to access your information. If you'd like to view the database content or edit any cell or table through the Control Panel, you should use phpMyAdmin, a powerful web-based interface. Using any of our script-driven applications shall also be very easy as our script installer will set up a database for the script you have chosen automatically.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database administration systems provided with our semi-dedicated servers and you will be able to set up and use any script application which requires a MySQL database without any hassle. Our advanced Hepsia Control Panel gives you full control over any database that you set up - you could modify its password with a click, export or import content and also access it remotely via an app set up on your computer or laptop. To make sure that no one else will be able to use the latter option, you will need to include your IP address inside the Control Panel just before you are able to access the database. If you prefer a web interface to handle a specific database, Hepsia will give you access to the feature-rich phpMyAdmin tool through which you can change particular cells and tables or run MySQL commands through your browser.