sheikabu Posted May 29, 2017 Posted May 29, 2017 Hi, I have been trying to connect to my PostgreSQL Database remotely using pgAdmin III I use the details ricky.heliohost.org with the usual postgresql port number 5432 Username : bma Password : <removed> Could you please check this asap.
Krydos Posted May 29, 2017 Posted May 29, 2017 Please don't post your password. In case someone saw it before I edited it make sure you change your password. Remote postgresql is only available if you request it. What postgresql user, database, and IP would you like to access remotely?
sheikabu Posted May 29, 2017 Author Posted May 29, 2017 database “bma_bookmyarrival”.username: bma_user I am using dynamic IP. Could you please give a permission for all Ips
wolstech Posted May 29, 2017 Posted May 29, 2017 Moved to customer service. Please be patient. It can take up to 24 hours for such requests because krydos is the only one who can handle them. In addition, I don't know which country you're in, but its a federal holiday today for the USA where we are based, so support may be slower than normal.
Krydos Posted May 29, 2017 Posted May 29, 2017 Also keep in mind that you posted at 4am, and then again at 6am on the morning of a holiday. I was soundly asleep at both times. Please be more patient. In addition, I don't know which country you're inHis IP is from India.
wolstech Posted May 29, 2017 Posted May 29, 2017 Also keep in mind that you posted at 4am, and then again at 6am on the morning of a holiday. I was soundly asleep at both times. Please be more patient. In addition, I don't know which country you're inHis IP is from India. I figured he probably wasn't in the USA...I can't see IPs on posts when on my phone...
Krydos Posted May 29, 2017 Posted May 29, 2017 You should now be able to access the postgresql database bma_bookmyarrival remotely with the postegresql user bma_user from all IPs.
sheikabu Posted May 30, 2017 Author Posted May 30, 2017 sorry not connecting. please find the details which I tried to connect. I tried this from pgadmin3 Host: heliohost.orgPost: 5432Maintenance DB: postgressUsername: bma_userPassword: <password here>
Krydos Posted May 30, 2017 Posted May 30, 2017 The host is wrong. Use host: ricky.heliohost.org Also you don't have remote access to the postgres database. You have remote access to bma_bookmyarrival like you requested.
sheikabu Posted May 30, 2017 Author Posted May 30, 2017 Hi, I want to access database from pgadmin3. Could you please guide me.. Dataname: bma_bookmyarrivalDb username: bma_user
Krydos Posted May 30, 2017 Posted May 30, 2017 psql --username=bma_user --dbname=bma_bookmyarrival --host=ricky.heliohost.org --port=5432 Then enter your password for bma_user when prompted.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now