![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I'm new to postgresql and have installed it on CentOS 5.3 via yum. I am attempting to install an application that uses postgresql as its database, and am running application-supplied scripts to create the ah3 user and database structure, e.g: su -c "createuser -h localhost --createdb --no-createrole --no-superuser ah3" postgres su -c "createdb -h localhost --owner ah3 ah3" postgres su -c "psql -h localhost --user ah3 ah3 < /opt/ah3/database/ah3.psql" postgres I don't know what is the default password is for the user "postgres" however. How do I fix this problem, please? |
![]() |
| Thread Tools | |
| Display Modes | |
| |