Brent 1/9/2018

MySQL import: JSON with binary character set

Read Original

This article provides a solution for the MySQL import error "cannot create a JSON value from a string with CHARACTER SET 'binary'". It explains how to fix the import file by using a specific regex find-and-replace pattern to convert the problematic strings to the utf8mb4 character set, with a source link to StackOverflow.

MySQL import: JSON with binary character set

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
2
Container queries are rad AF!
Chris Ferdinandi 2 votes
4
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
5
Wagon’s algorithm in Python
John D. Cook 1 votes