I have had instll jira, and it was working perfectly . then I needed to reboot the system , after reboot , I can not connect to database from both end. I run config.sh and find out if i change host name from jira to jira.vidder.net test the connection it will work from back end . but I am still having issue bringing it from http site. please help
AT some point I did set my jirdb with the host ip
here is the command I did use at the time: CREATE DATABASE jiradb; GRANT ALL ON jiradb.* To root@10.10.104.242 IDENTIFIED BY 'jira'
It may be possible that rebooting your system has resulted in a different IP address. Since your defined database permissions are based off of an IP, if that changed, then JIRA's access will be denied. I'd double check your JIRA server's IP address and see if it still matches 10.10.104.242.
I'd also suggest that you try using JIRA server's hostname to define the permission level instead of the IP address (unless you have static IPs).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.