Posts: 90
Threads: 22
Joined: Jan 2014
Reputation:
0
Well I created a mysql system but The password must be VarChar or INT and lengths/values? also for userid, thanks
Posts: 137
Threads: 1
Joined: May 2014
Reputation:
0
varchar... make it like 24 chars and limit it in samp dialogue too
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Char. Length depends on the hashing algorithm that is used; 128 should be proficient for anything.
Posts: 1,130
Threads: 181
Joined: Jan 2009
Reputation:
0
@Vince, if using whirlpool you should have a varchar with a length of 129 right? 1 for the NULL Terminator.