When change mariadb root password, it is not possible to create a new site

Hi,

I just changed the MariaDB root password.

Now when I create a new site and when Frappé asks for mariadb root password, when I enter the new one, I get this error:

pymysql.err.OperationalError: (2003, “Can’t connect to MySQL server on u’localhost’ ([Errno 111] Connection refused)”)

Is it necessary to set in some file this new mariadb root password?

PS: I can access to mariadb console with the new password. The problem is when I try to create a new site.

Thanks

Check site_config.json file. You may have to change the DB password there.

Hi @Pawan,

The problem is when creating a new site, when Frappé ask for MariaDB root password, it doesn’t recognize it. I only get the error mentioned before. I don’t have any created site yet.
I’m talking about the DB password that is asked before Frappé asks for Administrator password.

Thank you.