当前位置:Gxlcms > 数据库问题 > thinkphp中SQLSTATE[42S02]: Base table or view not found: 1146 Table错误解决方法

thinkphp中SQLSTATE[42S02]: Base table or view not found: 1146 Table错误解决方法

时间:2021-07-01 10:21:17 帮助过:43人阅读

随手记录下今天在thinkphp3.2.3中遇到的错误SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘test.file_info‘ doesn‘t exist,之前用pdo连接数据库一直没有问题,今天突然发现报了上述错误,查看了别人的解决方法,都没有解决,后来看了下之前的表名都是小写的,我现在的表名是"file_Info",改为"file_info"后就不报异常了

thinkphp中SQLSTATE[42S02]: Base table or view not found: 1146 Table错误解决方法

标签:

人气教程排行