Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

error integrate with wordpress..why?

+1 vote

i try to integrate with wordpress, i make all config and after this i receive this error:

 


Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'your-mysql-username'@'localhost' (using password: YES) in /home/xxxx/public_html/qa/qa-include/qa-db.php on line 50

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'your-mysql-username'@'localhost' (using password: YES) in /home/xxxxxx/public_html/qa/qa-include/qa-db.php on line 50


Database connect error

 

why?

 

asked Jul 23, 2011 in Q2A Core by anonymous
What version of Q2A are you using?

1 Answer

+1 vote
Wrong password? Check you qa-config.php for correct username, password, database name and hostname
answered Jul 28, 2011 by Atanas Stoyanov