All script apps like forums or virtual shops save their info inside a database - a group of cells and tables which contains all the site info such as items, prices, comments, etc. Every time you open a particular page, the script connects to the database and retrieves the specified information, then shows it. The mid-level software that connects the script and the database is referred to as a database management system and among the most famous ones is MySQL. The latter is frequently used simply because it operates on different platforms (Linux, Windows, UNIX) and with a range of scripting languages (Python, PHP, Perl, Java), not mentioning its amazing performance even with big databases. Numerous famous platforms including Joomla or WordPress work with MySQL databases to store their content.
MySQL 5 Databases in Shared Website Hosting
The in-house built Hepsia Control Panel that comes with our Linux shared website hosting packages allows you to control all your MySQL databases easily. It takes just a few 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 Internet site, for example. You'll be able to change the password, delete a database or allow 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 so as to make sure that unauthorized people won't be able to access your data. If you wish to see the database content or modify any cell or table through the Control Panel, you can use phpMyAdmin, an effective web-based interface. Using any one of our script-driven apps shall also be very easy as our script installer will create a database for the script you have picked out automatically.
MySQL 5 Databases in Semi-dedicated Hosting
MySQL 5 is one of the database administration systems provided with our Linux semi-dedicated hosting packages and you shall be able to set up and employ any script app which requires a MySQL database without any hassle. Our sophisticated Hepsia CP offers you 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 app set up on your computer or laptop. To make certain that no one else shall be able to use the latter option, you'll have to include your IP address in the CP just before you're able to access the database. If you need a web interface to control a specific database, Hepsia shall give you access to the feature-rich phpMyAdmin tool using which you can edit certain cells and tables or run MySQL commands through your web browser.