本帖最后由 w1632050253 于 2020-8-5 20:56 编辑 
使用MMOcore的数据库链接报错,数据库文件也没生成,请问是出什么问题了
复制代码
使用MMOcore的数据库链接报错,数据库文件也没生成,请问是出什么问题了
- [19:25:44] [Server thread/INFO]: [MMOCore] Enabling MMOCore v1.4.2-SNAPSHOT
 
- [19:25:44] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON,professions JSON,quests JSON,waypoints JSON,friends JSON,skills JSON,bound_' at line 1
 
- [19:25:44] [Server thread/WARN]:        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
- [19:25:44] [Server thread/WARN]:        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 
- [19:25:44] [Server thread/WARN]:        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
 
- [19:25:44] [Server thread/WARN]:        at java.lang.reflect.Constructor.newInstance(Unknown Source)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.Util.getInstance(Util.java:408)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675)
 
- [19:25:44] [Server thread/WARN]:        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465)
 
- [19:25:44] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912)
咦,数据库难道不是建库然后用户名和密码安排一下就好的嘛
鱼儿世纪 发表于 2020-8-5 20:05
咦,数据库难道不是建库然后用户名和密码安排一下就好的嘛
不是,都设置好了,但是还是没有生成文件
w1632050253 发表于 2020-8-5 20:24
不是,都设置好了,但是还是没有生成文件
如何看Mysql的版本啊
关于你数据库的配置可否发下?