We don't need the logs to answer this.
Your database collation is incorrect, and your dbconfig file has an error in it. Have you read the links that the error messages refer to? They do contain the ways to fix them.
I did everything possible recommendation this warning is not leaving
The table collation: 'utf8_general_ci' is unsupported by Jira. The Database collation: 'utf8_bin' is supported by Jira.
My sql server is 5.6, and Jira 7.13.18 , hence I followed its recommendation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to change the collation of table now .
its says root does not have access to
Access denied for user 'root'@'localhost' to database 'information_schema'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You probably want to use the system user, rather than root.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
For warning "The database collation 'utf8_general_ci' and table collation 'utf8_general_ci' are not supported by Jira."
I upgraded MySQL from 5.6 to 5.7 using mysql-5.7.31-winx64.
Created a new database
Now I am trying to take the dump of jira existing database, its giving me:
mysqldump: Got error: 1146: Table 'jiradatabase.ao_7deabf_folder_cycle_mapping' doesn't exist when using LOCK TABLES
And error log says:
2020-11-10 20:31:29 5016 [Warning] InnoDB: Cannot open table jiradatabase/ao_7deabf_folder_cycle_mapping from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
InnoDB: wrong number of columns in SYS_INDEXES record
Should I have first taken dump and then upgraded server ? Not sure where I went wrong!
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.