- sudo apt-get install postgresql postgresql-doc
- switch user to postgres so as to be able to use PostgreSQL
sudo su postgres - Then, we will be able to use PostgreSQL by
psql -d "databasename" - Defind password for user: "postgres" in UNIX system
sudo passwd psotgres
new password : xxx
confirm : xxx - Defind password for user: "postgres" in PostgreSQL system
>psql
>alter user postgres password 'xxx'
หน้าเว็บ
About me
- CzEmpire
- Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.
วันอาทิตย์ที่ 3 ตุลาคม พ.ศ. 2553
Install PostgrSQL-8.4 in Ubuntu
ป้ายกำกับ:
software