All script apps including forums or e-stores save their info in a database - a group of cells and tables which contains all the website information including items, prices, comments, etc. Whenever you open a particular page, the script connects to the database and retrieves the needed information, then shows it. The mid-level software that connects the script and the database is called a database management system and one of the most famous ones is MySQL. The latter is commonly used simply because it works on various platforms (Windows, UNIX, Linux) and with a number of scripting languages (PHP, Java, Perl, Python), not mentioning its great performance even with huge databases. Numerous widely used platforms such as Joomla or WordPress work with MySQL databases to store their content.
MySQL 5 Databases in Shared Hosting
You shall be able to use script-driven platforms that require a MySQL database with any of the Linux shared hosting that we offer. You could create a completely new database through the Hepsia hosting CP and the total number of databases you can have at the same time depends on the package which you pick out. We also offer you advanced options to control your databases, like a one-click backup and remote access. With the latter option you shall be able to use software on your personal computer to connect to a database on our web servers and manage it. For simple administration from the CP we provide the efficient phpMyAdmin software tool, which will permit you to change tables or cells and import or export entire databases via a web interface. If you take advantage of our 1-click script installer, our system shall create a new database and link it to the application you have picked automatically, so all you will need to do to get a script-driven website will be to click on the Install button.
MySQL 5 Databases in Semi-dedicated Hosting
MySQL 5 is one of the database administration systems that come with our Linux semi-dedicated hosting and you will be able to install and use any script application that requires a MySQL database very easily. Our innovative Hepsia CP offers you full control over any database which you create - you could modify its password with a mouse click, export or import content and even access it remotely via an app installed on your PC. To ensure that nobody else shall be able to use the latter option, you will need to add your IP address in the Control Panel before you are able to access the database. If you need a web interface to control a certain database, Hepsia will give you access to the feature-rich phpMyAdmin tool via which you can modify particular cells and tables or run MySQL commands through your web browser.