Index: unix_installer/installer-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/installer-package/lams.properties,v diff -u -r1.5 -r1.6 --- unix_installer/installer-package/lams.properties 13 Jun 2008 04:57:51 -0000 1.5 +++ unix_installer/installer-package/lams.properties 12 Nov 2008 00:21:35 -0000 1.6 @@ -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