On Aug 29, 8:22 pm, Helen <[EMAIL PROTECTED]> wrote:
> I am having a problem resolving uploads to the media library due to
> case sensitivity on the isps production server - using a Linux db
> server. I have gone through some posts re this already and so far had
> my isp change

I'm assuming your difficulties stem from using mySQL on Linux with
ISAM tables (ie those that write to the disk and are case sensitive).

Ordinarily we treat case sensitivity issues very seriously, however,
the mySQL issue you are experiencing requires SQL statements to be
case sensitive which is something we currently do not accommodate.

You can set mySQL database to be case insensitive for table names:
http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html

Hope that helps,

-- geoff
http://www.daemon.com.au/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to