From: Dan Nelson Date: May 15 2003 3:47pm Subject: Re: does a 2gig memory limitation exist on the win2k MySQL-Max 4.x build? List-Archive: http://lists.mysql.com/mysql/139904 Message-Id: <20030515154701.GE23782@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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