Panel
PowerQA is a state of the art discussion software that makes online discussions fun. It's simple, fast, and powerful.
Fighter
webmaster
+1 vote
Report 248 views

MySQL connection port setting issue

This issue fixed in PowerQA core.

 ======================================================================
   THE 4 DEFINITIONS BELOW ARE REQUIRED AND MUST BE SET BEFORE USING!
 ======================================================================

 For QA_MYSQL_HOSTNAME, try '127.0.0.1' or 'localhost' if MySQL is on the same server.
 For persistent connections, set the QA_PERSISTENT_CONN_DB at the bottom of this file; do NOT
 prepend the hostname with 'p:'.
 If you are using port number other than default (3306), add the port number after host name.
 e.g. 127.0.0.1:3307

*/

 define('QA_MYSQL_HOSTNAME', '127.0.0.1');
 define('QA_MYSQL_USERNAME', 'your-mysql-username');
 define('QA_MYSQL_PASSWORD', 'your-mysql-password');
 define('QA_MYSQL_DATABASE', 'your-mysql-db-name');

image

by webmaster asked Sep 14, 2015 in Core

1 Comment

Good job as always

Please log in or register to add a comment.

Please log in or register to answer this question.

Welcome to PowerQA. PowerQA is a new discussion software (not OSS). Here is a community for PowerQA developers. Current stable version is V1.9.4. It is enhanced day by day.

Statistics

  • 338 questions
  • 276 answers
  • 480 comments
  • 100 users

Post types

...