現在の状況
Railsで作成したアプリをデプロイしようと思い、下記記事に従いデプロイ作業を進めて行きました。
https://qiita.com/naoki_mochizuki/items/5a1757d222806cbe0cd1
困っていること
【MySQLの設定】までは出来たのですが、
ruby
1$ sudo service mysqld start
上記コマンドを実行すると、
「Redirecting to /bin/systemctl start mysqld.service
というエラーが出ます。
また、
ruby
1$ systemctl status mysqld
上記コマンドを実行してステータスを確認すると、「running」となっていたので、動いていると考えて一旦飛ばして、
ruby
1$ rake db:create RAILS_ENV=production
を実行しました。
すると、
Your password has expired. To log in you must change it using a client that supports expired passwords. Couldn't create 'new-daiki-app_production' database. Please check your configuration. rake aborted! Mysql2::Error: Your password has expired. To log in you must change it using a client that supports expired passwords.
といったエラーが発生し、手詰まりとなりました。
試したこと
https://qiita.com/garicchi/items/822ec2a074f09e0451c5
上記を参考。エラー発生で進まず。。。
ruby
1$ cd D:\Program Files (x86)\mysql\5.7.9.0\bin 2 3-bash: 予期しないトークン `(' 周辺に構文エラーがあります
どのように解決すれば良いか、みなさん、ご教授いただける光栄ですので、よろしくお願いします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/23 09:57
2021/01/23 10:00 編集
2021/01/23 10:07
2021/01/23 10:21
2021/01/23 10:26
2021/01/23 10:29
2021/01/23 10:39
2021/01/23 10:45