This question is in reference to Atlassian Documentation: Configuring a MySQL Datasource in Apache Tomcat
is incorrect. It should be:
url="jdbc:mysql://localhost:3306/confluence?useUnicode=true&characterEncoding=utf8"
otherwise error:
The reference to entity "characterEncoding" must end with the ';' delimiter.
is shown in the Catalina log and Tomcat does not work.
I do have the same issue on ubuntu.
Solution is described here:
https://bugs.mysql.com/bug.php?id=8496
You need to have this line:
ysql://localhost:3306/confluence?useUnicode=true&characterEncoding=utf8"
url="jdbc:mysql://localhost:3306/confluence?useUnicode=true;characterEncoding=utf8;" worked for me at macOS
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.