In the last episode (May 15), Steff@stripped said:
> We have avoided moving our database to Linux because we have been
> told that under a unix operating system the table and column names
> become case sensitive. Is this true ? We are concerned because we
> were not consistent in the use of capitalization when building our
> SQL statements in our existing application.
There is a mysql server variable you can set that will tell mysql to
lower-case all table and database names internally before trying to do
any file accesses. See
http://www.mysql.com/doc/en/Name_case_sensitivity.html for details.
--
Dan Nelson
dnelson@stripped