-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.
Milestone
Description
When we will require MySQL 5.5.3 in Piwik, it would be desired to make our database use utf8mb4
collation. This would solve some possibly weird issues and in general, is a best practise for properly managing unicode characters in MySQL.
Background information utf8mb4
- https://mathiasbynens.be/notes/mysql-utf8mb4
- Wordpress ticket of utf8mb45 migration https://core.trac.wordpress.org/ticket/21212
Notes
- we wouldn't need to convert the database
- only use
utf8mb4
if it's present (in case it could be disabled for some reasons)
Findus23 and slawa-dev
Metadata
Metadata
Assignees
Labels
c: SecurityFor issues that make Matomo more secure. Please report issues through HackerOne and not in Github.For issues that make Matomo more secure. Please report issues through HackerOne and not in Github.