How can I connect PopSQL with MySQL database?

365 Views Asked by At

I am facing some problems to connect popsql with mysql.

I am not sure that I be using the correct port:

enter image description here

when I use this command in the terminal: agustinleira$ netstat -nap tcp | grep -i "listen"

I see this ports:

enter image description here

Why I can't connect to mysql?

Maybe because I am connecting to mongo in this port?

enter image description here

1

There are 1 best solutions below

1
user3319338 On

solved, the port correct is 3306 for mysql.