I have just downloaded Postgres.app and set up a database to connect to with a Java program. By default, Postgres.app sets up a database server with a default username and no password. How can I secure my database with a password?
Asked
Active
Viewed 2,312 times
4
-
Possible duplicate of [How to change PostgreSQL user password?](https://stackoverflow.com/questions/12720967/how-to-change-postgresql-user-password) – JSTL Aug 15 '18 at 19:02