You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose exec db mysql -u root -pexample
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
The text was updated successfully, but these errors were encountered:
Could you check whether all contains are started correctly? You can check it with the following command: docker ps -a and see the STATUS of containers. If the contains have not been started, you can use docker logs $CONTAINER_id to check the logs.
The text was updated successfully, but these errors were encountered: