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\bin>mysqld --set lower_case_table_names=2

Not sure where you got that syntax, but it should be like this instead:

C:\mysql\bin>mysqld --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]



Reply via email to