Database configuration issue

Keep getting the error "A connection could not be established with the credentials provided. Please verify the settings.

I have passbolt installed on a VM running Ubuntu server 18.04; fully updated.
Locally installed database during the install prompts.
configured on a local IP address (192.168.1.xxx)

In the database tab I am using the following:

type=default
host = 192.168.1.xxx
Port= 3306
username=x
password=x
database name=x

First I figured that the password was incorrect but have tried multiple times and still same issue. Possibly the mysql account created during start up does not have sufficient privileges to access the database?

Thank-you for any insight you may provide.

Hello @Daremix22,
Can you try to access the database on 127.0.0.1.

1 Like

Ahhhhh thanks so much.

1 Like