Damnish,
Wednesday, May 01, 2002, 3:07:52 PM, you wrote:

D> I am using mysql 3.23.37 on NT.
D> I am getting problem when i am using mysqldump on NT, dumpfile contains all
D> table name in lowercase(i was having all tables name in uppercase).
D> Now i added
D> [mysqldump]
D> set-variable = lower_case_table_names= 0
D> in my.cnf file.(I searched the mail archive and got this solution)
D> But now i am getting error
D> "No variable match for: -O 'lower_case_table_names= 0' "
D> Then i checked allowed variable for mysqldump i found only two
D> 1.max_allowed_packet
D> 2.net_buffer_length
D> Can anyone help me
D> how to get rid of this case change problem.

lower_case_table_names is a variable for mysqld, not for mysqldump! So,
you should set variable in [mysqld] section of my.cnf.

If you have lower_case_table_names=1 how can you get table names in
uppercase?
D> Thanks in advance.
D> Damnish




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




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to