Databases are needed for WordPress, shops, forums and custom PHP applications. You create a database name, database user and password, then enter these values in your application.
Steps
- 1 Click "MySQL" on the left, then "New database".
- 2 Choose database name, database user and password. Store all three values carefully.
- 3 Save. The database is ready immediately.
- 4 Enter the credentials in your application. The database host is always localhost.
- 5 Install phpMyAdmin from the apps section if you want to manage databases in the browser.
Connection details at a glance
- DB host
- localhost
- DB port
- 3306
- DB name
- as created
- DB user
- as created
- DB password
- as set
- phpMyAdmin URL
- https://yourdomain.com/dbx/