DeeperSpy
Гений, миллиардер, плейбой, филантроп, майнкрафтер
- Сообщения
- 588
- Реакции
- 362
Вступление, не обязательно читать...
Не давно общался с тп, насчет пожирания памяти (чудом память заполнялась, потом возвращалось все на место). Они мне написали перенесите базу данных wcs с sq3, на mysql. Понятно, что у меня будут дальше память жрать иногда, я решил перевести.
Суть
Опыта в этом нету, перевел, столкнулся с одной проблемой, что за место русских букв вопросительные знаки. Потом в еррор логах начало спамить ошибками:
Следовательно это привело к крашам.
Как я понял, база данных в одной кодировке, а читает её в другой.
А что делать - не знаю.
Не давно общался с тп, насчет пожирания памяти (чудом память заполнялась, потом возвращалось все на место). Они мне написали перенесите базу данных wcs с sq3, на mysql. Понятно, что у меня будут дальше память жрать иногда, я решил перевести.
Суть
Опыта в этом нету, перевел, столкнулся с одной проблемой, что за место русских букв вопросительные знаки. Потом в еррор логах начало спамить ошибками:
L 05/01/2018 - 14:18:37: Error log file session closed.
L 05/01/2018 - 14:18:38: SourceMod error session started
L 05/01/2018 - 14:18:38: Info (map "awp_lego_2016") (file "errors_20180501.log")
L 05/01/2018 - 14:18:38: [WCS.smx] [WC] Error executing query 1 of 2 queries: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:18:45: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:19:17: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:20:43: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:21:07: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:21:25: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:24:28: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:25:03: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:29:00: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:31:30: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:32:33: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:34:47: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:35:18: Error log file session closed.
L 05/01/2018 - 14:35:33: SourceMod error session started
L 05/01/2018 - 14:18:38: SourceMod error session started
L 05/01/2018 - 14:18:38: Info (map "awp_lego_2016") (file "errors_20180501.log")
L 05/01/2018 - 14:18:38: [WCS.smx] [WC] Error executing query 1 of 2 queries: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:18:45: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:19:17: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:20:43: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:21:07: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:21:25: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:24:28: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:25:03: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:29:00: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:31:30: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:32:33: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:34:47: [WCS.smx] [WC:Source] SQL Getting Players races error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
L 05/01/2018 - 14:35:18: Error log file session closed.
L 05/01/2018 - 14:35:33: SourceMod error session started
Как я понял, база данных в одной кодировке, а читает её в другой.
А что делать - не знаю.