启动nacos时报 DELETE command denied to user 'root'@'*****.*.**' for table 'config_info'

问题遇到的现象和发生背景

在配置好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 去