[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] MySQL case-sensitivity
- Subject: [ale] MySQL case-sensitivity
- From: kafka at antichri.st (George Carless)
- Date: Tue Oct 26 14:28:29 2004
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Tue, Oct 26, 2004 at 02:06:45PM -0400, David Corbin wrote:
> I've discovered, that MYSQL on Linux is case-sensitive for table names, and it
> is not for Windows. Undoubtably, this is because of the underlying file
> system. Right or wrong, we've adopted a standard of ALL UPPER CASE for table
> names. Unfortunately, I found out that mysqldump seems to generate
> everything with lowercase names, even on Windows.
>
> Is anyone aware of any switches that might help control this cases-sensitivty
> or the dump default?
http://dev.mysql.com/doc/mysql/en/Name_case_sensitivity.html
--George