You can simply create a new database, import the old database to that and give the details in qa-config.php. I suppose you might be missing some incompatible plugins - thats all.
create database qa;
grant all privileges on qa.* to myuser@'localhost' identified by 'mypassword';
Then import the database
mysql -u myuser -p qa <qadump.sql