...
c) For MySQL/MariaDB users: check that you use UTF-8 encoding character set instead of latin1 or similar, otherwise you will not see annotations in your pull request and DataTruncationException
in your Bitbucket server log.
To fix this, change the DB encoding character set for the Bitbucket database tables to UTF-8 as described in the linked Atlassian ticket.
...