문제

How do you connect appfog database (mysql) to GUI database app, sequel pro for example ?

도움이 되었습니까?

해결책

If your using af tunnel the host will be localhost (127.0.0.1) on port 10000

https://docs.appfog.com/services/tunneling#3rd-party-tools

UPDATED:

In a terminal run af tunnel <service name> and choose option 1: none. Leave the terminal window open and then open sequel pro and create a new db connection using the username, password, dbname provided by af tunnel. Use localhost port 10000 as your host and port.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top