Index: unix_installer/installer-package/lams.properties =================================================================== RCS file: /usr/local/cvsroot/unix_installer/installer-package/lams.properties,v diff -u -r1.4 -r1.5 --- unix_installer/installer-package/lams.properties 30 Apr 2008 03:03:59 -0000 1.4 +++ unix_installer/installer-package/lams.properties 13 Jun 2008 04:57:51 -0000 1.5 @@ -80,6 +80,9 @@ # a separate server SQL_HOST=localhost +# The port that your MySql server is running through +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