|
This page has general notes on connecting JIRA to MYSQL. It supplements the official MYSQL installation documentation.
Add your notes |
JIRA and MYSQL
|
This page has general notes on connecting JIRA to MYSQL. It supplements the official MYSQL installation documentation.
Add your notes |
Comments (1)
Mar 03, 2007
Doods Perea says:
Greetings\! I was trying to get the user details of my our JIRA users from the M...Greetings!
I was trying to get the user details of my our JIRA users from the MySQL database. Reading your documentation I found that the user-related table schemas in MySQL is different from those in HSQLDB. One example is the 'propertysets' table, it does not exist in MySQL. While in MySQL there is 'userbase' (id, username, password_hash fields) and 'propertystring' (id, propertyvalue fields) I don't know how the username is linked/related to the 'propertystring' table.
Am i missing something here?
Thanks