My MariaDB 10 database is UTF8 at the column, table, and database level. But I just created a new table in the db using MySQL Workbench and it was created by default as Latin1.
Googling shows one potential reason is if the client connects using Latin1 rather than UTF8.
1) Is there a way in MySQL Workbench to check the connection encoding?
2) Is there a way to set the default connection encoding to UTF8?
The most recent answer I could find was from 2011 and said MySQL Workbench only supported Latin1, but surely UTF8 is supported by now...