Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing openGTS installation. But i am failing to connect this to the mysql db.

For this, I am using the command initdb.bat "-rootUser=root" "-rootPass=123".

But i am getting the following error.

"$C:\Program Files\Java\jdk1.6.0_26\bin\java" "-Dfile.encoding=UTF-8" -classpath
"D:\Projects\OpenGTS\build\lib"\gtsdb.jar;"D:\Projects\OpenGTS\build\lib"\gtsut
ils.jar;"D:\Projects\OpenGTS\build\lib"\optdb.jar;"D:\Projects\OpenGTS\build\lib
"\ruledb.jar;"D:\Projects\OpenGTS\build\lib"\bcrossdb.jar;"D:\Projects\OpenGTS\b
uild\lib"\custom.jar;"D:\Projects\OpenGTS\build\lib"\dmtpserv.jar;"D:\Projects\O
penGTS\build\lib"\gtsdmtp.jar; org.opengts.db.DBConfig -conf:"D:\Projects\OpenGT
S\default.conf" -log.file.enable:false -initTables "-rootUser=root" "-rootPass=
123"
The filename, directory name, or volume label syntax is incorrect.
Please help me.
Posted

1 solution

Try the command this way instead:

C:\OpenGTS_2.5.5>bin\initdb.bat -rootUser:root -rootPass:123


where you type in just this part: bin\initdb.bat -rootUser:root -rootPass:123
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900