All script applications such as forums or virtual shops keep their information inside a database - a set of cells and tables containing all the Internet site information like items, prices, comments, and many others. Each time you open a specific page, the script connects to the database and retrieves the necessary data, then displays it. The mid-level software which connects the script and the database is referred to as a database management system and one of the most popular ones is MySQL. The latter is widely used as it runs on various platforms (Linux, Windows, UNIX) and with a variety of scripting languages (Python, PHP, Perl, Java), not mentioning its wonderful efficiency even with huge databases. Numerous famous platforms such as Joomla or WordPress work with MySQL databases to save 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 will allow you to control all your MySQL databases without difficulty. It requires only a couple of clicks to create a brand new database and with only one more click you could back it up if you would like to have a copy before you update your web site, for instance. You shall be able to modify the password, delete a database or enable remote access to it just as fast. For the latter option you may opt for the IP addresses that will be able to connect to the database remotely to ensure that unauthorized people won't be able to access your information. If you'd like to see the database content or modify any cell or table through the CP, you may use phpMyAdmin, an effective web-based interface. Using any one of our script-driven apps will also be easy as our script installer will create a database for the script which you have picked automatically.
MySQL 5 Databases in Semi-dedicated Hosting
Each and every semi-dedicated server we provide features the latest version of MySQL preinstalled, to permit you to run any script app you want. When you use our 1-click installer, you can easily create an application with a couple of clicks and our instrument will set up a whole new database automatically. If you want to install a script yourself, you are able to create a MySQL database effortlessly, picking its username and password. For your benefit, we have also added quick-access buttons to produce a backup or enable remote accessibility to any of your databases. More advanced users could log in to the efficient phpMyAdmin tool and change certain cells or entire tables manually using a web interface. Inside the Databases section of the Hepsia hosting CP you'll also find hourly and daily stats for each database which you have created in the account.