Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error connecting to database

Mr . Wang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 19, 2017

1495181627(1).jpg

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2017

JIRA builds a connection string from the parameters you enter, and adds some stuff to it that you don't need to tell it.

I suspect that your password contains a character that needs escaping in that string, which breaks the string.

Try changing the password to something without any special characters in it - P3nGu!n for example.

Also, do NOT use root to connect to the database.  You should have a dedicated user with standard privileges on the database you're connecting to.  jira or jiradb are the usual names I use.

Suggest an answer

Log in or Sign up to answer