Environment:
Jira Software
MySQL 5.7.29
Ubuntu 18.04
I did the following to try to solve the issue:
I updated the user permissions for the database user with
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, ALTER, INDEX on <JIRADB>.* TO '<USERNAME>'@'localhost' IDENTIFIED BY '<PASSWORD>';
FLUSH PRIVILEGES;
Restarted mysql service
Restarted jira service
I still get the same error whenever I do anything related to projects or issues.
I fixed my issue.
When I thought I was restarting Jira, it was actually failing. I made sure Jira restarted and after it did, my changes had taken effect.
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.