All script applications like forums or e-stores keep their information within a database - a group of cells and tables which contains the website info like items, prices, comments, etc. Every time you open a specific page, the script connects to the database and retrieves the specified data, then shows it. The mid-level software that connects the script and the database is called a database management system and amongst the most popular ones is MySQL. The latter is frequently used as it can run on several platforms (Windows, Linux, UNIX) and with a variety of scripting languages (Python, Perl, PHP, Java), not mentioning its amazing efficiency even with big databases. Numerous well-known platforms such as Joomla or WordPress work with MySQL databases to keep their content.

MySQL 5 Databases in Shared Website Hosting

You will be able to use script-driven platforms that require a MySQL database with each one of the shared website hosting we provide. You can easily set up a new database from the Hepsia hosting Control Panel and the total number of databases that you can have at a time is determined by the package which you select. We also provide you with advanced options to manage your databases, such as a one-click backup and remote access. With the latter option you'll be able to use software on your computer to connect to a database on our servers and manage it. For simple administration through the Control Panel we provide the effective phpMyAdmin tool, which will allow you to change tables or cells and import or export whole databases through a web interface. If you use our 1-click script installer, our system shall create a brand new database and connect it to the application you have selected automatically, so all you'll have to do to get a script-driven website will be to click on the Install button.

MySQL 5 Databases in Semi-dedicated Servers

MySQL 5 is one of the database management systems that come with our semi-dedicated servers and you shall be able to set up and use any script application that requires a MySQL database without any hassle. Our cutting-edge Hepsia CP will provide you with complete control of any database you set up - you may modify its password with a click, export or import content and also access it remotely using an application installed on your computer. To make certain that no one else will be able to use the latter option, you'll have to add your IP address inside the CP before you're able to access the database. If you need a web interface to control a particular database, Hepsia will give you access to the feature-rich phpMyAdmin tool where you can change certain cells and tables or run MySQL commands through your Internet browser.