Working with databases
In ispmanager you have all the necessary features to work with databases. The panel get the configuration list from database server (MySQL or PostgreSQL).
Run a demoPossible actions with database
In ispmanager, you can manage MySQL/MariaDB or PostgreSQL databases without switching to phpMyAdmin/phpPgAdmin:
- Create and delete databases
- create and delete users and change their passwords;
- configure remote access;
- save a backup copy (dump) of the database;
- upload a database dump to the server;
- install additional versions of MySQL and MariaDB.
Install the free trial version of ispmanager
Try free of chargeAlternative versions of MySQL for websites on the same server
Ispmanager supports multiple MySQL and MariaDB versions on one server. This is convenient if you are using a CMS with different requirements for the database or want to test different versions of the website or replicate one of the databases.
Ispmanager uses Docker to support alternate versions of the database. Each MySQL-server is deployed in a separate container, and this eliminates the conflict of libraries.