Wednesday, July 20, 2016

Adding MySQL to startup in ubuntu

 sudo update-rc.d mysql defaults

openshift postgres connectivity with pgadmin

run this command to get the
rhc port-forward -a applicationName
to get the host, port and username


in the ssql tunnel tab 

set the identify file in user/.ssh/id_rsa.file
Tunnel-Host would be your applications name with the .com
Username the beginning string, when ssh'ing to that connection: XXX@application-name
Identity file would be id_rsa in .ssh fodler in your home directory
password your openshift password
thats it!

openshift postgres connectivity with pgadmin

run this command to get the
rhc port-forward -a applicationName
to get the host, port and username


in the ssql tunnel tab 

set the identify file in user/.ssh/id_rsa.file
Tunnel-Host would be your applications name with the .com
Username the beginning string, when ssh'ing to that connection: XXX@application-name
Identity file would be id_rsa in .ssh fodler in your home directory
password your openshift password
thats it!