Got this in the logs:
Incorrect string value: '\xC4\x8Dko P...' for column 'address' at row 1 - SQLException (... < QueryBuilder:477 < DataManager:327 < DefaultDataHandler:27 < ...)
For about 10 positions which were never pushed to MySQL.
Anyway, I found this post on forum https://www.traccar.org/forums/topic/mysql-error-change/ but it's 3 years old so I just want to know what is a correct thing to do? Change encoding in wrapper or in MySQL? MySQL is configured just like in the docs.
It's database encoding issue. Follow what thread says.
Got this in the logs:
Incorrect string value: '\xC4\x8Dko P...' for column 'address' at row 1 - SQLException (... < QueryBuilder:477 < DataManager:327 < DefaultDataHandler:27 < ...)
For about 10 positions which were never pushed to MySQL.
Anyway, I found this post on forum https://www.traccar.org/forums/topic/mysql-error-change/ but it's 3 years old so I just want to know what is a correct thing to do? Change encoding in wrapper or in MySQL? MySQL is configured just like in the docs.