Help me on this
encoding, looking for at forum
Hello Anton,
In encoding everything looks fine, still it continues to show warning.
<entry key='database.url'>jdbc:mysql://localhost:3306/traccar?useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''</entry>
What's the encoding for the address field?
characterEncoding=UTF-8
That's not column encoding. That's database connection encoding. I would recommend you to study MySQL documentation.