rake db:migrate
の結果、以下の返答が帰って来ました。
rake aborted! ActiveRecord::StatementInvalid: Mysql2::Error: The user specified as a definer ('mysql.infoschema'@'localhost') does not exist
このような結果の場合には、
新しく'mysql.infoschema'@'localhost'でユーザー登録すれば良いのでしょうか。
どのようにしたらrake:migrateが通るのでしょうか
また
mysql_upgrade -u root -p
した場合、以下の返答が帰って来ました。
The mysql_upgrade client is now deprecated. The actions executed by the upgrade client are now done by the server. To upgrade, please start the new MySQL binary with the older data directory. Repairing user tables is done automatically. Restart is not required after upgrade. The upgrade process automatically starts on running a new MySQL binary with an older data directory. To avoid accidental upgrades, please use the --upgrade=NONE option with the MySQL binary. The option --upgrade=FORCE is also provided to run the server upgrade sequence on demand. It may be possible that the server upgrade fails due to a number of reasons. In that case, the upgrade sequence will run again during the next MySQL server start. If the server upgrade fails repeatedly, the server can be started with the --upgrade=MINIMAL option to start the server without executing the upgrade sequence, thus allowing users to manually rectify the problem.
こちらの返答も何か関係があるのでしょうか。
sequel pro を使用しているのですが、『データベースを選択』の中には追加・再読み込みしかありません。
rails 6.0.1
ruby 2.6.3
mysql 8.0.18
を使用しており、
mac air の macOS catalinaを使用しております
ご教授のほどよろしくお願いいたします。
とりあえず config/database.yml を質問文に掲載してみましょう。
mysqlに繋がらない時の問題の多くがその中に隠れていることが多いです。