I am facing some problems to connect popsql with mysql.
I am not sure that I be using the correct port:
when I use this command in the terminal: agustinleira$ netstat -nap tcp | grep -i "listen"
I see this ports:
Why I can't connect to mysql?
Maybe because I am connecting to mongo in this port?



solved, the port correct is 3306 for mysql.