yes, i have named the file as qa-config.php and in the same directory as index.php. I changed the following in config file:
define('QA_MYSQL_HOSTNAME', 'localhost');
define('QA_MYSQL_USERNAME', 'root');
define('QA_MYSQL_PASSWORD', '');
define('QA_MYSQL_DATABASE', 'questions');