Unhandled Exception: MySql.Data.MySqlClient.MySqlException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '=' --->
解決:
手動新建數據庫:Character set(設定字符編碼): utf8 -- UTF-8 Unicode
Collation 字符集 : utf8_general_ci