MariaDB server database connection

Confluence User - 31 May, 2020

I found that the joegt new version is not connecting, It was connecting fine earlier but as I was testing some application it seem that MariaDB is no longer connected. I have created an app that I forgot to take backup of


I am wondering if there is anyway that I will be able to take backup and restore the application or the database ?


Below is the error that I am getting when starting the application.


31-May-2020 01:29:21.768 SEVERE [localhost-startStop-1] org.apache.tomcat.jdbc.pool.ConnectionPool.init Unable to create initial connections of pool.
java.sql.SQLNonTransientConnectionException: Could not connect to HostAddress{host='localhost', port=3307, type='master'}. Host 'localhost' is not allowed to connect to this MariaDB server

database

2


31 May, 2020
confluenceUser
confluenceUser

Hi,

Seems like the MariaDB server was not running. Did you try to restart the db server?

01 Jun, 2020
confluenceUser
confluenceUser

Hi, from the error message "Host 'localhost' is not allowed to connect" it seems that for some reason your DB permissions has changed. You can try https://stackoverflow.com/questions/18449071/1130-host-localhost-is-not-allowed-to-connect-to-this-mysql-server-after

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print