我正试图在我的系统上安装OpenGTS。我已经成功地安装了所有必需的软件包,如给定的这里文档中所示。我步履蹒跚:
4)初始化和安装测试我正在尝试按照文档运行以下命令。
bin\initdb.bat "-rootUser:userName“"-rootPass:userPass”
但我有以下例外:
[ERROR|DBAdmin.execCommands:873] Exception: DB create error [jdbc:mysql://localh
ost:3306/]
org.opengts.dbtools.DBException: JDBC Error [com.mysql.jdbc.exceptions.jdbc4.Com
municationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driv
er has not received any packets from the server.]
at org.opengts.dbtools.DBC.. blah blah...请告诉我,我在这一步一步的文件中遗漏了什么.
发布于 2013-05-31 05:22:00
看起来,在为GTS创建表之前,我必须启动MySQL demon。我的一个朋友帮了我这个忙,我可以通过这个步骤。
我们需要在mysqld.exe安装的bin文件夹中单击MySql。
https://stackoverflow.com/questions/16837619
复制相似问题