When create table, I have setted charset = utf8.
I create 1 store procedure to insert data to database.
- When insert data UTF8 to Database on Window, it works OK.(Display data correctly)
- But it doesnot work in Linux.(Display data not correctly)
The strange thing is insert UTF8 work fine in window, but when i deploy MySQL in linux, when insert data to database it insert wrong UTF8 value.
Thanks for help
Edit: Update more detail follow comment of @Col. Shrapnel