All script apps like forums or virtual shops store their data in a database - a collection of cells and tables that contains all the site data including items, prices, comments, and so on. Anytime you open a particular page, the script connects to the database and retrieves the necessary info, then displays it. The intermediary software which connects the script and the database is called a database management system and one of the most popular ones is MySQL. The latter is widely used as it works on different platforms (UNIX, Linux, Windows) and with a range of scripting languages (Python, Perl, PHP, Java), not mentioning its wonderful effectiveness even with big databases. Numerous popular platforms including Joomla or WordPress use MySQL databases to save their content.

MySQL 5 Databases in Shared Hosting

Starting or modifying a MySQL database will be really easy with each one of our shared plans. This can be accomplished via our feature-rich Hepsia Control Panel where you can set up or remove a database, create a backup with one mouse click or take advantage of the highly efficient phpMyAdmin software tool so as to change cells and tables or import a whole database if you are moving a script-driven Internet site from another service provider. You may even enable remote access to any database inside your account and choose from what IP addresses the connection will be established, so as to guarantee the protection of your information. If you opt to take advantage of any of the script platforms which we offer you with our script installer, you won't need to do anything simply because our system will create a new database and link it to the Internet site automatically. If you encounter any issues to control your databases, you should check our help articles and training videos or make contact with our tech support.

MySQL 5 Databases in Semi-dedicated Servers

Every single semi-dedicated server which we offer features the latest version of MySQL preinstalled, to enable you to run any script app that you'd like. When you use our 1-click installer, you could set up an app with a couple of clicks and our tool will create a whole new database automatically. If you'd prefer to set up a script manually, you will be able to create a MySQL database easily, picking out its account information. For your convenience, we have also added quick-access buttons to create a backup or allow remote accessibility to each of your databases. More advanced users can easily sign in to the highly efficient phpMyAdmin instrument and modify specific cells or entire tables by hand using a web interface. In the Databases section of the Hepsia hosting CP you will also find hourly and daily stats for every database you have set up inside the account.