All script apps including forums or e-shops save their info inside a database - a collection of cells and tables containing all of the site data such as items, prices, comments, and many others. When you open a certain page, the script connects to the database and retrieves the required data, then displays it. The mid-level software which connects the script and the database is referred to as a database management system and amongst the most famous ones is MySQL. The latter is commonly used as it runs on several platforms (Linux, UNIX, Windows) and with a variety of scripting languages (PHP, Java, Python, Perl), not mentioning its fantastic effectiveness even with huge databases. A lot of widely used platforms like Joomla or WordPress employ MySQL databases to save their content.
MySQL 5 Databases in Cloud Website Hosting
The in-house built Hepsia CP offered with our cloud website hosting will allow you to take care of all your MySQL databases without difficulty. It requires only a couple of mouse clicks to set up a brand new database and with just one more click you can back it up if you would like to have a copy before you update your website, for example. You will be able to change the password, erase a database or allow remote access to it just as fast. For the latter option you can choose the IP addresses that will be able to connect to the database remotely to ensure that unauthorized people will not be able to access your data. If you would like to view the database content or modify any cell or table from the CP, you should use phpMyAdmin, an effective web-based interface. Using any one of our script-driven applications shall also be super easy as our script installer will create a database for the script you have selected automatically.
MySQL 5 Databases in Semi-dedicated Hosting
MySQL 5 is one of the database administration systems included with our Linux semi-dedicated services and you shall be able to install and employ any script application which requires a MySQL database without any hassle. Our sophisticated Hepsia CP will provide you with full control over any database you create - you are able to change its password with a mouse click, export or import content and even access it remotely through an application installed on your computer or laptop. To make certain that no one else will be able to use the latter option, you will have to add your IP address in the Control Panel just before you're able to access the database. If you want a web interface to handle a particular database, Hepsia will give you access to the feature-rich phpMyAdmin tool where you can change specific cells and tables or run MySQL commands through your browser.