Skip to content

Databases

Plesk supports MySQL and PostgreSQL. Each plan includes a set number of databases:

Plan Databases
WEB30 30
WEB50 50
WEB100 100

Creating a Database

Step 1

In Plesk go to DatabasesAdd Database.

Step 2

Enter a database name, create a database user and password, then click OK.

Accessing phpMyAdmin

phpMyAdmin

Go to Databases → click phpMyAdmin next to your database to manage it via browser.

Importing a Database

Via phpMyAdmin

Open phpMyAdmin → select your database → click Import → upload your .sql file.

Via SSH / command line (WEB100)

mysql -u username -p database_name < backup.sql