You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shavit edited this page Dec 24, 2017
·
2 revisions
Database setup
The following issue may occur, depending on your database setup:
[shavit-core.smx] Timer error! Failed to insert "🔥 name with emojis 🔥 more poop here"'s data to the table. Reason: Incorrect string value: '\xDE\xAD\xBE\xEF...' for column 'name' at row 1
The solution is to change your database and users/chat tables' collation to utf8 or utf8mb4, see this MySQL article for information.