summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-18 16:06:03 +0400
committerAndrew Dolgov <[email protected]>2013-04-18 16:06:03 +0400
commitbbffc43e4f4c04e5efeb0edcc9851742c2223b1d (patch)
tree30f3e39ffd04577f52af331a559b440038fb0f25 /config.php-dist
parent1daf0f75faa32aff87db5ea5750aba33ec71c272 (diff)
actually check for DB_PORT in installer, add better hints and use mysqli if available
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 4df299786..7cb9d9397 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -8,7 +8,7 @@
define('DB_USER', "fox");
define('DB_NAME', "fox");
define('DB_PASS', "XXXXXX");
- //define('DB_PORT', '5432'); // when neeeded, PG-only
+ define('DB_PORT', ''); // usually 5432 for PostgreSQL, 3306 for MySQL
define('MYSQL_CHARSET', 'UTF8');
// Connection charset for MySQL. If you have a legacy database and/or experience