install.rst remove default db port

pull/403/head
Tom Hatzer 2017-01-15 14:40:10 +01:00 committed by GitHub
parent e2e02cff6f
commit bb041718d4
1 changed files with 1 additions and 1 deletions

View File

@ -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_NAME', 'db_name');
define('PSM_DB_USER', 'db_user'); define('PSM_DB_USER', 'db_user');
define('PSM_DB_PASS', 'db_user_password'); 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. 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. Do NOT remove the quotes around your username as that will result in an error.