Index: unix_installer/upgrader-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/upgrader-package/lams.properties,v diff -u -r1.3 -r1.4 --- unix_installer/upgrader-package/lams.properties 5 May 2008 06:04:01 -0000 1.3 +++ unix_installer/upgrader-package/lams.properties 13 Jun 2008 07:11:37 -0000 1.4 @@ -81,6 +81,9 @@ # a separate server SQL_HOST=localhost +# The port that your MySql server is running through +SQL_PORT=3306 + # The URL that you jdbc driver will be running through SQL_URL=jdbc:mysql://${SQL_HOST}/${DB_NAME}?characterEncoding=utf8