Index: unix_installer/upgrader-package/lams.properties =================================================================== diff -u -r80349002d46efb898c06fc8835c074d6418be97e -rdfde3b7525955235b664ca801fdece4fb418b532 --- unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision 80349002d46efb898c06fc8835c074d6418be97e) +++ unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision dfde3b7525955235b664ca801fdece4fb418b532) @@ -81,6 +81,9 @@ # a separate server SQL_HOST=localhost +# The port that your MySql server is running through +SQL_PORT=3306 + # The URL that you jdbc driver will be running through SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8