Figured it out...how I missed this for the last two days, I have no
clue.
In the MYSQL_KALENDAR.txt file, the two table names are all lower
case. The queries are looking for mixed-case table names (i.e.
tblKalendar instead of tblkalendar). Even after I made that change,
when I used the *import* function to create the tables, they were
created with all lower case names. However, when I copied and pasted
the sql, complete with mixed-case names, into a sql window and ran
*that*, the tables were created with the proper mixed-case names. And
voila! No more 'table doesn't exist' errors. (BTW, the table fields
were always properly formatted with mixed-case names.)
I'm assuming this all has to do with a case-sensitive setting at the
server level (not my niche).
I did also add the blank onRequest code to application.cfc just as a
precautionary measure...
http://www.coldfusionjedi.com/index.cfm/2007/9/28/ColdFusion-8-MySQL-HostMySite-and-NPEs
Hope this helps someone some day; to everyone else, thanks for
reading.
Sarah