コード rails db:create ```### 前提・実現したいこと Ruby on Railsにて、アプリケーションを作成した後に Rails db:createコマンドでデータベースを作成しようとした。 アプリケーションの名前はfirst_app rails _6.0.0_ new first_app -d mysql でRails にてアプリケーションを作成した後、 rails db:createでデータベースを作成しました。 すると以下のようなコードが出て来ました。 ### 発生している問題・エラーメッセージ ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin18] -- Crash Report log information -------------------------------------------- See Crash Report log file under the one of following: * ~/Library/Logs/DiagnosticReports * /Library/Logs/DiagnosticReports for more details. Don't forget to include the above Crash Report log file in bug reports. #<中略> [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: https://www.ruby-lang.org/bugreport.html [IMPORTANT] Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports. Abort trap: 6 ### 試したこと データベースを作成した際にyarnのアップデートが必要とのことでしたのでupdateして以降挙動がおかしいです。 宜しくお願いいたします ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー