Create a database
Creating and managing your MySQL databases is done simply from your Plesk interface.
Access the database manager
- Log in to your Plesk interface
- In the side menu, click "Databases"
- You then access the list of your existing databases
Create a new database
To create a new database, follow these steps:
- Click the "Add database" button
- Fill in the required information:
- Database name: choose an explicit name (automatically prefixed)
- Username: create a dedicated user for this database
- Password: generate a strong password or use the built-in generator

Security tips
For security reasons, we recommend:
- Creating a separate user for each database
- Limiting privileges to necessary operations
Tip
For applications like WordPress, note that the database connection information will need to be entered in the wp-config.php file.