Re: Case Problems...

2003-01-09 Thread Nick Stuart
Ah, I see. Was unaware of this new feature, and thanks for the explanation. -Nick On Thu, 2003-01-09 at 17:20, Stefan Hinz, iConnect (Berlin) wrote: > Nick, > > > CREATE DATABASE LookAtMe; > > the database is created but as: > > lookatme > > This is not a bug, but a feature. By default, MySQL 4

Re: Case Problems...

2003-01-09 Thread Stefan Hinz, iConnect \(Berlin\)
Nick, > CREATE DATABASE LookAtMe; > the database is created but as: > lookatme This is not a bug, but a feature. By default, MySQL 4.0.x has lower_case_table_names set to 1. If you want to change this behaviour, put this in the [mysqld] section of your c:\my.cnf or c:\winnt\my.ini file, and resta