Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
SET NAMES 'utf8'; #явно задать кодировку для данного подключения
CREATE TABLE `#table` (
`org_code` bigint(20) unsigned,
`title` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL #явно задать кодировку для столбца
) CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; #явно задать кодировку для таблицы
/* Остальное аналогично */
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question