在配置好nacos之后,nacos启动一直报以下错误
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [DELETE FROM config_info WHERE data_id='com.alibaba.nacos.testMasterDB']; nested exception is java.sql.SQLSyntaxErrorException: DELETE command denied to user 'root'@'182.61.5.98' for table 'config_info'
百度也找不到什么原因
nacos能正常启动
数据库没有操作权限
DELETE command denied to user 'root'@'182.61.5.98' for table 'config_info'
数据库授权没有? 授权ALL 去