I want to have multiple database schemas in MySQL which I alternate using.
The standard schema names seem to be ofbiz, ofbizolap, and ofbiztenant I would like to rename the schemas to something else like ofbdemo, ofbdemoolap, ofbdemotenant I have been through the entityengine.xml file - which is where I set up the connections to mySQL - and I can't see where in the file it refers to the schema names. If it's not in the entityengine.xml where would I reference the database schema names? Thanks Jams
