All script apps like forums or web stores keep their information inside a database - a collection of cells and tables that contains the site info such as items, prices, comments, and so forth. Anytime you open a specific page, the script connects to the database and retrieves the specified data, then shows 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 widely used ones is MySQL. The latter is commonly used simply because it runs on a number of platforms (Linux, UNIX, Windows) and with a variety of scripting languages (Java, Perl, Python, PHP), not mentioning its amazing performance even with big databases. Many well-known platforms such as WordPress or Joomla work with MySQL databases to store their content.
MySQL 5 Databases in Website Hosting
You shall be able to use script-driven platforms that require a MySQL database with each one of the website hosting plans that we offer you. You can easily create a new database from your Hepsia website hosting Control Panel and the amount of databases which you can have at one time will depend on the package which you pick out. We also provide advanced options to control your databases, like a one-click backup and remote access. With the latter option you'll be able to use software on your PC to connect to a database on our website hosting servers and manage it. For convenient administration from the CP we provide you with the effective phpMyAdmin software tool, that will enable you to change tables or cells and import or export entire databases through a web interface. If you use our 1-click script installer, our system will create a brand new database and connect it to the app you have chosen automatically, so all you will have to do to get a script-driven website shall be to click on the Install button.
MySQL 5 Databases in Semi-dedicated Servers
MySQL 5 is one of the database administration systems included with our Linux semi-dedicated servers and you will be able to set up and use any script application which requires a MySQL database easily. Our advanced Hepsia Control Panel will provide you with total control over any database which you set up - you are able to change its password with a mouse click, export or import content and also access it remotely through an application installed on your computer or laptop. To make certain that no one else shall be able to use the latter option, you'll have to add your IP address inside the Control Panel before you are 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 where you can modify certain cells and tables or run MySQL commands through your web browser.