montera34 / pageonex

PageOneX. Analyzing front pages
http://pageonex.com
GNU Affero General Public License v3.0
54 stars 13 forks source link

Error 2002 while accesing MYSQL db with docker compose #222

Open numeroteca opened 5 years ago

numeroteca commented 5 years ago

I am Developing pageonex with docker-compose and when I try to access the mysql database with docker-compose -f docker-compose-build.yml exec app_build mysql -u root --password=root dc-dev I get the following error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Accessing the rails console works. The app runs normally.

Related to #218.