RHEL install errors, seems like DB issue

Checklist
[ ] I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
[
] I have read the tutorials, help and searched for similar issues
[ ] I provide relevant information about my server (component names and versions, etc.)
[
] I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
[* ] I describe the steps on how to reproduce the issue

Hello, I followed the RHEL install procedures as I am on a RHEL 9 flavor.
I have gotten past all of the install to where I get to the config web page.

It complains about the credentials, but the creds are correct. I am not a DB person and I think the install got botched with something about the DB. The install config never asked me about HAVEGED if that matters.
The install asked about Maria DB for which I installed. It asked about NGINX which to me is running due to having the web page up.

I just need another pointer on what to try next I guess.
Also, I disabled SE Linux.

If I do a netstat I see port 3306 LISTENING but only over IPV6?
Trying the mysql commands gets me nothing but:
"Enter password:
ERROR 1045 (28000): Access denied for user ‘pbolt’@‘localhost’ (using password: YES)
"
or with root:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)

So my assumption is the PB install did not get through the DB part correctly?
Yes it had me create root pw, user and pw, and asked for DB name etc.
I do not see MariaDB running but I am behind in how to find this as ps does not see nor does systemctl. I have looked around the passbolt web here and apologize if I missed something simple.

I am just using IP no domain name.
Config page I use 127…

FYI:
VMware VM, version 19, 2 Intel GOLD Xeon vcpu, 6GB RAM. Oracle Linux 9, SE Disabled, version of passbole is whatever the Yum repo had that I followed in the passbolt RHEL9 install.

Ok I got past the above problems. I had to reinstall the OS fresh as I did not have a fresh snapshot after I first built because I tried a different install on this VM.
However, I cannot get the certs (IP) to work as I did the first time… odd. Also more importantly, for whatever reason the PASSBOLT/Config for SMTP setup cannot connect to my mail server so I have no email yet.

If anyone has anything else to look for, please advise. Yes the VM can get to our mail host/port etc.

Regards.

Ok never mind again. Since this looks like US English may be a second language (OrganiSation), some things were named a bit off compared to what I am used to. I got the email working by trying the hostname in different fields. I placed the same FQDN in both the REQUIRED SMTP host line AND i had to put it in SMTP Client. Again, odd to me so that is fine.

I am not sure I will get the CERTS working. If I have a chance I will have to build an SH file with a “SAN” in it with the ip I believe.

I will report back if needed.