This is included in Q2A. This question has some details, but in short:
-
Install your first Q2A site as normal.
-
Copy the files to your second Q2A site, but don't run the installation yet.
-
Edit qa-config.php and set the users prefix option. Assuming your second site is "qa2" you'd have these two lines:
define('QA_MYSQL_TABLE_PREFIX', 'qa2_');
define('QA_MYSQL_USERS_PREFIX', 'qa_');
-
Now run the installation on the second site.