Index: unix_installer/upgrader-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/upgrader-package/lams.properties,v diff -u -r1.6 -r1.7 --- unix_installer/upgrader-package/lams.properties 12 Nov 2008 00:18:38 -0000 1.6 +++ unix_installer/upgrader-package/lams.properties 12 Nov 2008 00:22:48 -0000 1.7 @@ -85,7 +85,7 @@ SQL_PORT=3306 # The URL that you jdbc driver will be running through -SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8 +SQL_URL=jdbc:mysql://${SQL_HOST}:${SQL_PORT}/${DB_NAME}?characterEncoding=utf8 #########################################################################################