Lower_case_tables_names variable

2004-02-06 Thread David Perron

Iom trying to figure out to use mysqld and set this varible so that when I
execute sql scripts, the case is considered.

Running this version of mysql in Windows XP Pro.

mysql select version();
++
| version()  |
++
| 4.1.1a-alpha-max-debug |
++

What is the syntax and the command I need to use in mysqld?  I try to run
this and nothing happens-

C:\mysql\binmysqld --set lower_case_table_names=2

Thank you in advance for your help!


Re: Lower_case_tables_names variable

2004-02-06 Thread Paul DuBois
At 20:04 -0500 2/6/04, David Perron wrote:
Iom trying to figure out to use mysqld and set this varible so that when I
execute sql scripts, the case is considered.
Running this version of mysql in Windows XP Pro.
mysql select version();
++
| version()  |
++
| 4.1.1a-alpha-max-debug |
++
What is the syntax and the command I need to use in mysqld?  I try to run
this and nothing happens-
C:\mysql\binmysqld --set lower_case_table_names=2
Not sure where you got that syntax, but it should be like this
instead:
C:\mysql\binmysqld --lower_case_table_names=2
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]