MySQL - PlayerName - Case sensitive - 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 - PlayerName - Case sensitive (
/showthread.php?tid=392084)
MySQL - PlayerName - Case sensitive -
nGen.SoNNy - 12.11.2012
Hi guys! I wonder how to make my script to make difference ( nGen.Sonny | nGen.SoNNy )
If my account is on database like nGen.SoNNy and i go to server with nGen.Sonny .. server will send me the message that my accout exist...
I need some help

++rep;
Re: MySQL - PlayerName - Case sensitive -
Vince - 12.11.2012
PHP код:
collate latin1_general_cs
Alternatively, use binary comparison.
Re: MySQL - PlayerName - Case sensitive -
nGen.SoNNy - 12.11.2012
what is this?

) and what to do with it?:P
EDIT: THX! I found it and it works! ++rep;