Where can I find the login credentials for my MySQL/MariaDB database?

The initial password for the database's root user is located in the /usr/local/etc/mysql-password file on the proServer. Only the root user can read this file.

sudo cat /usr/local/etc/mysql-password

With this login, you can create any number of your own users and databases.