Does anyone know under what conditions you can receive an 1146: Table \'.\' doesn\'t exist error when your table does, in fact, exi 10条回答 感动是毒 (楼主) 2020-12-03 07:46 This happened to me when I was trying to select a table using UPPERCASE and the table name was lowercase. So, to solve this question, I put "lower_case_table_names=1" on my.cnf file. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
1146: Table \'.\' doesn\'t exist error when your table does, in fact, exi 10条回答 感动是毒 (楼主) 2020-12-03 07:46 This happened to me when I was trying to select a table using UPPERCASE and the table name was lowercase. So, to solve this question, I put "lower_case_table_names=1" on my.cnf file. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This happened to me when I was trying to select a table using UPPERCASE and the table name was lowercase.
So, to solve this question, I put "lower_case_table_names=1" on my.cnf file.