###困っていること
docker-compose run web rails db:create
でDB作成しようとすると、
`Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Couldn't create 'myapp_development' database. Please check your configuration. rails aborted! Mysql2::Error::ConnectionError: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
とエラーが出てしまいます。
/var/run/
以下が存在しなかったため、ファイルを作成しましたが同じエラー文を吐いてしまいます。
service mysql status
と打つと
-bash: service: command not found
となり、mysql.server start
とすると
dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/Cellar/mysql@5.6/5.6.43/bin/my_print_defaults Reason: image not found Starting MySQL .dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/Cellar/mysql@5.6/5.6.43/bin/my_print_defaults Reason: image not found dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /usr/local/Cellar/mysql@5.6/5.6.43/bin/my_print_defaults Reason: image not found /usr/local/Cellar/mysql@5.6/5.6.43/bin/mysqld_safe: line 183: 73471 Abort trap: 6 nohup /usr/local/Cellar/mysql\@5.6/5.6.43/bin/mysqld --basedir=/usr/local/Cellar/mysql\@5.6/5.6.43 --datadir=/usr/local/var/mysql --plugin-dir=/usr/local/Cellar/mysql\@5.6/5.6.43/lib/plugin --log-error=myMB.local.err --pid-file=/usr/local/var/mysql/myMB.local.pid < /dev/null >> /usr/local/var/mysql/myMB.local.err 2>&1 ERROR! The server quit without updating PID file (/usr/local/var/mysql/myMB.local.pid).
となってしまいます。原因がわからず困っております。どなたかよろしくお願い致します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/21 14:28 編集
2020/04/21 14:33
2020/04/21 14:43