27.07.2018, 23:23
What mysql charset should I use?, I'm migrating my server from sqlite to mysql and when trying to import all to mysql I got this syntax error:
Line in .sql file
I know it's a charset error, .sql file is UTF-8
Код:
ERROR 1064 (42000) at line 4728: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Ndrangheta', -6749953); INSERT INTO crews VALUES (31, 'Ej├®rcito Nacional ', ' at line 1
Код:
INSERT INTO crews VALUES (31, 'Ejйrcito Nacional ', 232790271);