From: Victor Pendleton Date: July 27 2004 12:35pm Subject: RE: dump case sensitive windows List-Archive: http://lists.mysql.com/mysql/169809 Message-Id: <4810C017B52BD4118EEA00B0D020B0ED0F69E8A4@gamma.hoovers.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" You may need to user lower_case_names = 0 to turn off the case sensitivity on the unix system since windows is not case sensitive. -----Original Message----- From: Ben David, Tomer To: mysql@stripped Sent: 7/27/04 5:56 AM Subject: dump case sensitive windows Hi I'm using mysqldump in windows and importing the tables in unix the tables are all dumped in lowercase although they had mixed case... can i tell mysqldump to dump with case sensitive on windows? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=VPendleton@stripped