Hi,
I was trying to setup mirth with mysql starting with the data definitions. mysql 5.0 did not like the table name KEYS, and so i added the database qualifier mirth.KEYS to create the table. i am getting an exception though in ConfigurationController class (i should have seen this coming) everytime table KEYS is selected because the code does not contain the qualifier. other than modifying the code, is there an easier way to resolve this conflict, say a switch in mysql?
thanks a bunch!
Erwin Pader
Health Management Associates, Inc.
Naples, FL
I was trying to setup mirth with mysql starting with the data definitions. mysql 5.0 did not like the table name KEYS, and so i added the database qualifier mirth.KEYS to create the table. i am getting an exception though in ConfigurationController class (i should have seen this coming) everytime table KEYS is selected because the code does not contain the qualifier. other than modifying the code, is there an easier way to resolve this conflict, say a switch in mysql?
thanks a bunch!
Erwin Pader
Health Management Associates, Inc.
Naples, FL
Comment