Re: Weird mysql problem
Re: Weird mysql problem
- Subject: Re: Weird mysql problem
- From: "Cheong Hee (Gmail)" <email@hidden>
- Date: Mon, 6 Sep 2010 12:17:50 +0800
My take is setting to lower case
table is no.1 item to avoid issues later. Workbench sometimes couldn't
generate values properly in my cases, view and edit my.cnf whenever
necessary.
I now have this in my /etc/my.cnf:
lower_case_table_names = 1
MySQL says this: "1: Table names are stored in lowercase on disk and
name comparisons are not case sensitive. MySQL converts all table names
to lowercase on storage and lookup. This behavior also applies to
database names and table aliases."
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden