duanlaican1849 2017-06-23 06:58
浏览 195
已采纳

运行php artisan migrate时出现未知的数据库错误

I have cloned one of my larval projects on to another laptop and I have run composer install, php artisan key:generate. I have changed the .env file to create the database. When I run php artisan migrate I get the following error

 [Illuminate\Database\QueryException]                                                  
 SQLSTATE[HY000] [1049] Unknown database 'student' (SQL: select * from   information_schema.tables where table_schema = student and table_name =migrations)

Any help would be appreciated.

  • 写回答

1条回答 默认 最新

  • duanguo7021 2017-06-23 07:12
    关注

    The php artisan migrate command doesn't create the database for you. Here is a potential way you can do it with the command. Other wise create it manually.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?