# # # Error querying the database. Cause: the mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist
# # # The error may exist in The file [D: \ work \ test \ target \ TDMIST \ WEB - INF \ classes \ mybatis1 \ staffer \ EMPLOYEEMapper XML]
# # # The error may involve EMPLOYEEMapper. DatalistPage - The Inline
# # # The error occurred while setting The parameters
# # # Cause: com. Mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist
; Bad SQL grammar []; Nested exception is com. Mysql. JDBC. Exceptions. Jdbc4. MySQLSyntaxErrorException: Table 'tdmis. L_' doesn 't exist
CodePudding user response:
Check program tdmis. L_ is the name of the table to write wrong, write a letter or less wordsCodePudding user response:
The exceptions are: Table 'tdmis. L_' doesn 't existThat is to say, the table does not exist, and see if it is the name of the table to write wrong, or there is no tdmis this database,
CodePudding user response: