All script apps such as forums or online shops store their information in a database - a group of cells and tables that contains the website information such as items, prices, comments, and so forth. Every time you open a particular page, the script connects to the database and retrieves the required information, then shows it. The mid-level software which connects the script and the database is referred to as a database management system and among the most widely used ones is MySQL. The latter is commonly used because it operates on different platforms (UNIX, Linux, Windows) and with a range of scripting languages (PHP, Perl, Python, Java), not mentioning its amazing performance even with massive databases. Many well-known platforms including WordPress or Joomla work with MySQL databases to store their content.

MySQL 5 Databases in Shared Web Hosting

The in-house built Hepsia Control Panel that comes with our shared web hosting allows you to control all your MySQL databases effortlessly. It requires just a few clicks to create a brand new database and with just one more click you may back it up if you'd like to have a copy before you update your Internet site, for example. You shall be able to change the password, delete a database or enable remote access to it just as easily. For the latter option you can opt for the IP addresses that will be able to connect to the database remotely to ensure that unauthorized people shall not be able to access your info. If you want to view the database content or edit any cell or table through the Control Panel, you may use phpMyAdmin, an excellent web-based interface. Using any one of our script-driven apps will also be very easy as our script installer will set up a database for the script that you have picked out automatically.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database administration systems included with our semi-dedicated servers and you will be able to install and employ any script application which requires a MySQL database without any hassle. Our sophisticated Hepsia CP offers you complete control of any database that you set up - you may change its password with a mouse click, export or import content and even access it remotely through an app set up on your computer or laptop. To make certain that nobody else shall be able to use the latter option, you'll have to add your IP address in the CP before you're able to access the database. If you require a web interface to control a specific database, Hepsia will give you access to the feature-rich phpMyAdmin tool via which you can change certain cells and tables or run MySQL commands through your Internet browser.