Index: unix_installer/installer-package/lams.properties =================================================================== diff -u -ra72b624f0f24407e321697d391e256e59adb1f08 -ra0ce9200fba2e14f543099b8a8df72acfe80a405 --- unix_installer/installer-package/lams.properties (.../lams.properties) (revision a72b624f0f24407e321697d391e256e59adb1f08) +++ unix_installer/installer-package/lams.properties (.../lams.properties) (revision a0ce9200fba2e14f543099b8a8df72acfe80a405) @@ -84,7 +84,7 @@ 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 +SQL_URL=jdbc:mysql://${SQL_HOST}:${SQL_PORT}/${DB_NAME}?characterEncoding=utf8&autoReconnect=true # The root password to access the database DB_ROOT_PASSWORD= @@ -123,7 +123,7 @@ SQL_JAR=mysql-connector-java-3.1.12-bin.jar # The URL of the default mysql database -MYSQL_DB_URL=jdbc:mysql://${SQL_HOST}/mysql?characterEncoding=utf8 +MYSQL_DB_URL=jdbc:mysql://${SQL_HOST}:${SQL_PORT}/mysql?characterEncoding=utf8 # The version of this lams installer LAMS_VERSION=2.1