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 Index: unix_installer/upgrader-package/lams.properties =================================================================== diff -u -rd3e1423ab32ceafba2ea46b790b7206c6e8dbfad -ra0ce9200fba2e14f543099b8a8df72acfe80a405 --- unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision d3e1423ab32ceafba2ea46b790b7206c6e8dbfad) +++ unix_installer/upgrader-package/lams.properties (.../lams.properties) (revision a0ce9200fba2e14f543099b8a8df72acfe80a405) @@ -122,9 +122,9 @@ SQL_JAR=mysql-connector-java-3.1.12-bin.jar # The version of this LAMS updater -LAMS_VERSION=2.1 -LAMS_SERVER_VERSION=2.1.0.200806190000 -LAMS_LANGUAGE_VERSION=2008-06-19 +LAMS_VERSION=2.2 +LAMS_SERVER_VERSION=2.2.0.200811060000 +LAMS_LANGUAGE_VERSION=2008-11-06 #########################################################################################