$ bundle exec rake db:reset command raising couldn't drop db/development.sqlite3

前端 未结 5 568
醉酒成梦
醉酒成梦 2021-02-04 02:32

I tried to run $ bundle exec rake db:reset and found the following on console

Couldn\'t drop db/development.sqlite3 : #

        
5条回答
  •  半阙折子戏
    2021-02-04 03:18

    Another possible answer is that you have a database file open. Close those files and stop your server, and it should work.

提交回复
热议问题