You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
解析语句create role 'role1'时报错,数据库为MySQL 8.0,Druid版本为1.2.4,请问Druid 1.2.4是否支持MySQL的role管理呢? 具体报错信息如下:
Caused by: java.sql.SQLException: 2Unknown exception: [com.alibaba.druid.sql.parser.ParserException: TODO pos 11, line 1, column 8, token IDENTIFIER role]
at com.mysql.cj.jdbc.exception.SQLError.createSQLException(SQLError.java:129)
at com.mysql.cj.jdbc.exception.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exception.SQLExceptionMapping.translateException(SQLExceptionMapping.java:122)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)
... 30 more
The text was updated successfully, but these errors were encountered:
解析语句create role 'role1'时报错,数据库为MySQL 8.0,Druid版本为1.2.4,请问Druid 1.2.4是否支持MySQL的role管理呢? 具体报错信息如下:
Caused by: java.sql.SQLException: 2Unknown exception: [com.alibaba.druid.sql.parser.ParserException: TODO pos 11, line 1, column 8, token IDENTIFIER role]
at com.mysql.cj.jdbc.exception.SQLError.createSQLException(SQLError.java:129)
at com.mysql.cj.jdbc.exception.SQLError.createSQLException(SQLError.java:97)
at com.mysql.cj.jdbc.exception.SQLExceptionMapping.translateException(SQLExceptionMapping.java:122)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)
... 30 more
The text was updated successfully, but these errors were encountered: