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
切换数据库为mysql,报错[1064] [42000] 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 'READ ONLY' at line 1 #671
Caused by: io.r2dbc.spi.R2dbcBadGrammarException: [1064] [42000] 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 'READ ONLY' at line 1
at io.asyncer.r2dbc.mysql.message.server.ErrorMessage.toException(ErrorMessage.java:113)
at io.asyncer.r2dbc.mysql.AbstractTransactionState.accept(QueryFlow.java:886)
at io.asyncer.r2dbc.mysql.TransactionBatchExchangeable.accept(QueryFlow.java:1150)
at io.asyncer.r2dbc.mysql.TransactionBatchExchangeable.accept(QueryFlow.java:1140)
...6 frames excluded
at io.asyncer.r2dbc.mysql.client.ReactorNettyClient$ResponseSink.next(ReactorNettyClient.java:395)
at io.asyncer.r2dbc.mysql.client.ReactorNettyClient.lambda$new$0(ReactorNettyClient.java:119)
...26 frames excluded