11-01-2008, 02:31 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Feb 2008
Posts: 6
Thanks: 2
|
Case sensitive in mysql
I have made a login form using php and mysql. The fields of username and password is varchar data type. My problem is that the username is not case sensitive. I mean to say if my mysql field has the username value of 'Administrator' i can login by username 'administrator', 'administratoR',..........
The solution only i found is the use of tinyblob. Is there any other way to make the field case sensitive.
|
|
|
|