Use this command to fix it
ALTER TABLE zl_report_user CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
Link
or
First, check your collation of table
Step 1
Go to C:\Users\%USERPROFILE%\AppData\Roaming\MySQL\Workbench\ssh and empty known_hosts file
Step 2
In Workbench, go to Edit - Preferences - SSH and under the
1a) Connect to mysql (via localhost)
mysql -uroot -p
Create user
CREATE USER 'user'@'%' IDENTIFIED BY 'password';
Grant permissions
GRANT ALL PRIVILEGES ON *.* TO
MySQL REPLACE() replaces all the occurrences of a substring within a string.
_______________________________________
SELECT * FROM schema.table;UPDATE schema.table set column= replace(column, 'aaa',