我在chapter 8.4.1,產生遷移後我試圖運行:Rails教程(M.Hartl)第3版,第8章,如何通過關閉一個流氓`rails控制檯來解鎖數據庫?
$ bundle exec rake db:migrate
但被賦予了以下錯誤:
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:
SQLite3::BusyException: database is locked:
#followed by a long list of paths/filenames and line numbers...
我知道這可能是因爲我退出終端沒有適當退出rails console --sandbox
會議。但是,如何找到並關閉此會話?
你可能要接受一個作爲這個問題的答案。 – Abhinay