Table 'wuliu.User' doesn't exist

我项目在idea运行没有问题,部署到服务器后报:
Table 'wuliu.User' doesn't exist
could not extract ResultSet
could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet

我在服务器数据库查了,能查到

检查表名的大小写,可以尝试删除表,然后手动建表

大小是不一样,但是我配置了lower_case_table_names=1 还是没有用