Confluence not starting with error about tables in non-default collation, can't find what is the problem. Mysql status outputs looking fine:
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. characterset: utf8
show table status:
collations for every table set to utf8_bin
Any suggestions what problem might be?
Please run the diagnostic queries in this guide to find the tables with the non-default collation: How to Fix the Collation and Character Set of a MySQL Database
I have had very good results with that guide in the past, please let me know any follow up questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.