database collation differences
I have a database for a site I am developing in WAMP. The collation for the database is latin1_swedish_ci but every table in the database is utf84mb_unicode_ci.
Should I be worried about this?
In the future I can use utf84mb_unicode_ci for both, but what about the databases I already have content in?