Database name seems incorrect

来源:4-2 使用DB facade实现CURD

东堂

2020-02-10 17:20

Database name seems incorrect

You're using the default database name laravel. This database does not exist.

Edit the .env file and use the correct database name in the DB_DATABASE key.

Symfony\Component\Debug\Exception\FatalErrorException

Maximum execution time of 30 seconds exceeded

之前改了.env文件中的内容后就报了这个错,页面加载不出来了

写回答 关注

2回答

  • 笑看风云号
    2020-07-09 16:00:25

    很明显,你的数据库不存在,需要手工创建数据库。

  • 东堂
    2020-02-10 20:04:03

    解决了,我犯了个十分脑瘫的错误

轻松学会Laravel-基础篇

Laravel框架基础视频教程,轻松入门,了解Laravel的优势

64153 学习 · 281 问题

查看课程

相似问题