Skip to content

Emoji into database - Incorrect string value: '\x... - How to store Emoji Character in MySQL Database

Notifications You must be signed in to change notification settings

WebEvolui/adonis-emoji-database-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Adonis 5 emoji database in MYSQL

Common errors:

  • Emoji into database
  • Incorrect string value: '\x...
  • How to store Emoji Character in MySQL Database

How to solve?

First, convert your database, tables and column

Article suggestion for this: https://mathiasbynens.be/notes/mysql-utf8mb4#character-sets

Second, add charset in your connection

Suggestion on how to do it: adonisjs/core#509

If you still have a problem with this, open a issue please So that we can get more information and help others

About

Emoji into database - Incorrect string value: '\x... - How to store Emoji Character in MySQL Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published