Skip to content

4.1. Extra: Database Setup

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.