I'm not sure if you can do it globally...  but here is what I do:

select passwd
  from blerg 
 where login = "Matt"
   and binary login = "Matt";

I do it twice b/c the binary operation is quite slow and doing the
normal equate first speeds it up significantly.

Doesn't exactly answer your question... sorry.

Matt Gostick.

On Mon, 2003-03-31 at 11:23, Dan Tran wrote:
> 
> Hi, how do I configure mysql to be Case-Sensitive globally?
> (ie where, like, clauses work with case-sensitive strings
> 
> Help is greatly appreciated.
> 
> -Dan
> 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to