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

运行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 15: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.

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

报告相同问题?

悬赏问题

  • ¥15 python网络流自动生成系统 医学领域
  • ¥15 代码的修改,添加和运行完善
  • ¥15 krpano-场景分组和自定义地图分组
  • ¥15 lammps Gpu加速出错
  • ¥15 关于PLUS模型中kapaa值的问题
  • ¥15 关于博途V17进行仿真时无法建立连接问题
  • ¥15 机器学习教材中的例题询问
  • ¥15 求.net core 几款免费的pdf编辑器
  • ¥15 为什么安装HCL 和virtualbox之后没有找到VirtualBoxHost-OnlyNetWork?
  • ¥15 C# P/Invoke的效率问题