Index: unix_installer/installer-package/lams.properties =================================================================== diff -u -r13109a867357a8730a4df2d3091d1eb71b2d6bb9 -ra72b624f0f24407e321697d391e256e59adb1f08 --- unix_installer/installer-package/lams.properties (.../lams.properties) (revision 13109a867357a8730a4df2d3091d1eb71b2d6bb9) +++ unix_installer/installer-package/lams.properties (.../lams.properties) (revision a72b624f0f24407e321697d391e256e59adb1f08) @@ -80,6 +80,9 @@ # a separate server SQL_HOST=localhost +# The port that your MySql server is running through +SQL_PORT=3306 + # The URL that your jdbc driver will be running through SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8&autoReconnect=true