I'm using the Encoding UTF-8 Unicode (utf8mb4)
and Collation utf8mb4_unicode_520_ci
for both tables and fields in my MySQL database.
When I export the database from Sequel Pro and open the exported .sql file in a text editor my test character appears correctly, but when I import the file back into Sequel Pro it appears as
????
both in Sequel Pro and in my PHP/MySQL app.
In the import window I've tried Autodetect
and Unicode (UTF-8)
without success. Any ideas?
Also, is there any newer encoding out there that I should use instead () and is there any benefit of using utf8mb4_unicode_520_ci
instead of just utf8mb4_unicode_ci
?
Edit / Here's a picture of what I'm trying to do. It seems like my "odd" character is on track all the way until I'm trying to import the .sql file back into Sequel PRO.