Looks like the password it tried to connect to maria db failed. Did you change the root password? You'll have to tell wo the new password (I honestly don't know how to do that). If not, try connecting to the database with the credentials at /etc/mysql/conf.d/my.cnf using this line: mysql -u root -p
.