"gord barq" <[EMAIL PROTECTED]> wrote:
> 
> I'm using MySQL 4.1 so how do I define case sensitive collation? Is it on 
> the columns or on the indexes?

On column. Look at the collations of your character set using SHOW COLLATION command:
        http://www.mysql.com/doc/en/Charset-SHOW-COLLATION.html


 _cs at the and of collation name means "case sensitive".

Here you can find examples how to set up character set and collation:
        http://www.mysql.com/doc/en/Charset-examples.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to