IDEA中,我设了默认数据库是mbcold,为什么它会去找其他数据库的表?

我设了数据库是mbcold,但它却从另一个数据库中找user表

org.apache.ibatis.exceptions.PersistenceException: 
### Error querying database.  Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'mybatis.user' doesn't exist
### The error may exist in com/cold/dao/userMapper.xml
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: select * from user
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'mybatis.user' doesn't exist

 

 

 

 

 

配置文件数据库写错了吧

mysql的配置文件的应该写错了