SA-MP Forums Archive
MYSQL not support chinese. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL not support chinese. (/showthread.php?tid=628050)



MYSQL not support chinese. - xiaoniao - 05.02.2017

For example if I want to write some ban reason using chinese language, and the mysql datebase will give me a shit, the text will be wrong.
Can someone tell me how to fix it, +rep.
sry for my english.


Re: MYSQL not support chinese. - luke49 - 05.02.2017

https://dev.mysql.com/doc/refman/5.7...set-mysql.html

Change Collation inside your MySQL to big5_chinese_ci


Re: MYSQL not support chinese. - xiaoniao - 07.02.2017

Quote:
Originally Posted by luke49
Посмотреть сообщение
https://dev.mysql.com/doc/refman/5.7...set-mysql.html

Change Collation inside your MySQL to big5_chinese_ci
It doesn't work.