Create a MySQL Database
Use the Hosting Plans menu item to select the hosting plan for which you want to create a new MySQL database. You can then open the Plesk Control Panel by clicking the Manage Hosting button.
Under the Databases menu item, you can use the Add Database button to assign a database name and password for the desired database.
Accessing the Database via phpMyAdmin
Once the database has been successfully created, you can access PhpMyAdmin via the context menu.
Accessing the Database via PHP
Once the database has been successfully created, you can access it using the following credentials:
- Database server: 127.0.0.1
- Database name: The database name you chose
- Username: The username you chose
- Password: The password you chose
- Port: 3306
Was this page helpful?