简体   繁体   中英

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'moltens.sliders' doesn't exist

When trying to display content on a website from databases through Laravel, it returned the following error message:

Illuminate \\ Database \\ QueryException (42S02) SQLSTATE[42S02]: Base table or view not found: 1146 Table 'moltens.sliders' doesn't exist (SQL: select * from sliders )

Previous exceptions:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'moltens.sliders' doesn't exist (42S02)

The databases are made in MySQL. Database name is moltens

ENV file

创建新表或检查该表是否存在于您的数据库中或检查您与 .ENV 文件中的数据库的连接。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM