13 May
2008
13 May
'08
9:42 p.m.
Brad Furst wrote:
I'm attempting to have multiple realms use individual mysql tables in order to seperate the usernames. I've read how to get multiple sql instances going, but how do I tell which realm to use which sql instance?
I'm actually doing this in 2.0 without using multiple SQL instances. I just have a table per realm, and I update the table name in the SQL query for each realm. The SQL queries are dynamically expanded for *precisely* this reason. Alan DeKok.