如何为OpenGTS初始化MySQL数据库表?

时间:2013-05-30 13:31:25

标签: mysql windows-7

我正在尝试在我的系统上安装OpenGTS。我已成功安装了here文档中给出的所有必需软件包。我陷入了困境:
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...

请告诉我这个循序渐进的文件中缺少的是什么。

1 个答案:

答案 0 :(得分:2)

在我为GTS创建表之前,看起来我必须启动MySQL恶魔。我的一位朋友帮助了我,我可以完成这一步。

我们需要点击MySql安装的bin文件夹中的mysqld.exe。