[opencms-dev] New OpenCms Build 21 now available

Gregor Wolf gregor.wolf at chiemgau.com
Wed Mar 15 11:01:57 CET 2000


Hello,

 >The command was
>(jre -v -cp opencms.jar -cp xerces.jar -cp mysql.jar
>com.opencms.setup.CmsShell com.opencms.file.CmsInitMySqlFillDefaults
>org.gjt.mm.mysql.Driver
>jdbc:mysql://localhost:3306/opencms?user=root;password=) <
>config/cmssetup.txt


Try the following command:

jre -v -cp opencms.jar -cp xerces.jar -cp mysql.jar
com.opencms.setup.CmsShell com.opencms.file.CmsInitMySqlFillDefaults
org.gjt.mm.mysql.Driver
"jdbc:mysql://localhost:3306/opencms?user=root&password=" < cmssetup.txt

Remark the & before the password and the "" for the Database URL.

by
Gregor Wolf




More information about the opencms-dev mailing list