From bb041718d419ee06d99043263923d73070a0ecdf Mon Sep 17 00:00:00 2001 From: Tom Hatzer Date: Sun, 15 Jan 2017 14:40:10 +0100 Subject: [PATCH] install.rst remove default db port --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 627704fb..30b74e56 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -27,7 +27,7 @@ To change these values correctly, only update the second parameter of the functi define('PSM_DB_NAME', 'db_name'); define('PSM_DB_USER', 'db_user'); define('PSM_DB_PASS', 'db_user_password'); - define('PSM_DB_PORT', '3306'); + define('PSM_DB_PORT', ''); For example: to change your username you should ONLY change the 'db\_user' part. Do NOT remove the quotes around your username as that will result in an error.