1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

actually check for DB_PORT in installer, add better hints and use mysqli if available

This commit is contained in:
Andrew Dolgov
2013-04-18 16:06:03 +04:00
parent 1daf0f75fa
commit bbffc43e4f
3 changed files with 30 additions and 13 deletions

View File

@@ -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