###Error querying database. Cause: java.sql.SQLSyntaxErrorException: Table ‘mybatis.users’ doesn’t exist
###The error may exist in file [/Users/mk/Desktop/java/www/springboot/target/classes/mybatis/mapper/UserMapper.xml]
###The error may involve defaultParameterMap
###The error occurred while setting parameters
###SQL: select * from users
###Cause: java.sql.SQLSyntaxErrorException: Table ‘mybatis.users’ doesn’t exist
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table ‘mybatis.users’ doesn’t exist] with root cause

错误原因:如下图,未指定对应的数据库或者数据库名称不对

在这里插入图片描述
解决方案:
改成对应的数据库即可

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐