BillyBuff45
Member
- Joined
- Feb 3, 2026
- Messages
- 22
- Reaction score
- 3
Hello all, this group has been outstanding helping me with issues lately. My new issue, I'm trying to install thinline radio app, when I put the command prompt in & it asks for my password, I'm unable to type in the password. I don't know what I'm doing wrong? I attached the prompt I'm trying to put in & then I also tried copying the next chatgpt prompt
CREATE DATABASE tob1stdivision;
CREATE USER tob1stdivision WITH PASSWORD '';
ALTER ROLE tob1stdivision SET client_encoding TO 'utf8';
ALTER ROLE tob1stdivision SET default_transaction_isolation TO 'read committed';
ALTER ROLE tob1stdivision SET timezone TO 'UTC';
GRANT ALL PRIVILEGES ON DATABASE tob1stdivision TO tob1stdivision;
And then I get the following,
or: connection to server at "localhost"
:1), port 5432 failed: FATAL: password authentication failed for user "postgres"
I had set up a port forwarding for port5432, thinking that would resolve the issue but it didn't.
CREATE DATABASE tob1stdivision;
CREATE USER tob1stdivision WITH PASSWORD '';
ALTER ROLE tob1stdivision SET client_encoding TO 'utf8';
ALTER ROLE tob1stdivision SET default_transaction_isolation TO 'read committed';
ALTER ROLE tob1stdivision SET timezone TO 'UTC';
GRANT ALL PRIVILEGES ON DATABASE tob1stdivision TO tob1stdivision;
And then I get the following,
or: connection to server at "localhost"
I had set up a port forwarding for port5432, thinking that would resolve the issue but it didn't.
Attachments
Last edited: