1) You run MySQL on top of a linux OS, and using a case sensitive
2) You import the schema/tables vs creating them through the installer.
What I saw when this happened is that tables are named after the objects
that create them. Eg, dmFile.cfc, dmCron.cfc, etc translates to dmFile,
dmCron when the tables are created. This becomes a problem when the
code calls dmfile instead of dmFile. I can't recall if the DB gateway
is lower casing all the calls? It may be, I've not had any reason to
poke about in that part of the code.
Matthew Williams
Geodesic GraFX