Where can I find access data for my MySQL / MariaDB database?

The initial password for the root user of the database is located in the file /usr/local/etc/mysql-password on the proServer. The file can only be read by root.

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

You can use this login to create your own users and databases.