I can't seem to get this to work. I'm trying to get a number of installations to use the same users. I already have one functioning Q2A and I've attempted to install another by altering the config file on install to this ...
define('QA_MYSQL_TABLE_PREFIX', 'qa_music_');
define('QA_MYSQL_USERS_PREFIX', 'qa_user_');
The tables are created and the new install fires up but it doesn't refer to the qa_user tables. Should I being doing something else?