Hi ,
I am trying to connect the confluence DB from the CLI
I made sure that the host name and DB name is proper , Also copied te mySQL jar in the CLI folder.
PFB the command and error i get ,
./confluence.sh --action runFromSql --sql "select 'getServerInfo' as action from test01 limit 2" --host "myhostname" --driver "mysql" --database "confluencedb"
Client error: Exception getting database connection: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
Could any one please help in resoving this error .
Thanks,
Aravind N.S
The error indicates that the JDBC driver has been found ok and it has attempted to contact the database at the host location you specified.
Hi Aravind,
I would check a couple things:
First, double-check that the JDBC driver for mySQL is in CLI's lib folder.
If this doesn't resolve your issue, I would try the suggestion given in this answer (https://answers.atlassian.com/questions/54933/jira-cli-no-suitable-driver) in reference to the Jira CLI:
The jdbc driver is working. The error comes from the url option. The url below solves my issue: --url jdbc:mysql://<host>/jira
In your case, I would assume <host> would be the same as what you are using with your --host arguement.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.