Page 1 of 3
View PostgreSQL password
Posted:
Sun May 22, 2011 9:57 am
by sarvam1
Hey,
It's possible I know what's my PostgreSQL user name and password after I install PT3?
I'm asking this because with HM is possible, as you can see in this picture
Thanks in advance.
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 10:18 am
by kraada
The default in PT3 is 'dbpass'. The password is stored in plain text in your PokerTracker.cfg file (which you can read in any text editor) should you have changed it though.
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 12:39 pm
by Nooooo
I have same problem
After entering
Server:localhost
Database: postgres
Port: 5432
Password: dbpass
Unable to connect to this database. Please check the configuration.
What configuration?
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 12:45 pm
by kraada
Try 'postgresspass' then and see if that password works for you.
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 1:02 pm
by Nooooo
Nope! Doesnt work.
Uninstalled Postgres and PT3. Still problem remains.
Can't find Postgres install at all although used your install exe 3.10.
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 1:06 pm
by kraada
Then follow
this tutorial and it will remove the password requirement and it won't matter what you put in the password field.
Re: View PostgreSQL password
Posted:
Sun May 22, 2011 2:55 pm
by Nooooo
I changed the conf to
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
#host all all ::1/128 trust
restart conf. restart server. changed nothing.
Re: View PostgreSQL password
Posted:
Mon May 23, 2011 3:43 am
by WhiteRider
The bottom line is commented out - you need to remove the # for the line to be used.
Re: View PostgreSQL password
Posted:
Mon May 23, 2011 9:14 am
by sarvam1
kraada wrote:The default in PT3 is 'dbpass'. The password is stored in plain text in your PokerTracker.cfg file (which you can read in any text editor) should you have changed it though.
Thanks kraada
Was this that I need.
Cherrs
Re: View PostgreSQL password
Posted:
Mon May 23, 2011 2:18 pm
by Nooooo
WhiteRider wrote:The bottom line is commented out - you need to remove the # for the line to be used.
doesnt change anything.
# is for comment line IPv4 is active