ERROR 1366 (HY000) at line 3391: Incorrect string value: '\xD0\xA1' for column 'units' at row 1
Надо сменить настройки mysql
[client] default-character-set = utf8mb4 [mysql] default-character-set = utf8mb4 [mysqld] character-set-client-handshake = FALSE character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci
0 Comment