Warning: Division by zero in /home2/schwern1/public_html/engine/modules/news_r.php on line 33 Adding a Database and a User » Top software developers rating website, web development USA companies review, IT news in USA

Programming Tutorials → Adding a Database and a User 


To create a Postgres user sam and a database samdb that is owned by the sam user:
$ su - postgres
$ createuser -P -A -D sam
$ createdb -O sam samdb
(Change the -A, and -D options to affect the new user's abilities.)


Tags: tutorials, BSD commands

Read also:
  • Adding Users with Passwords
  • Asp Net Development
  • Software companies rankings 2012
  • Adding Services
  • Benefits of Enterprise Content Management

  •  

    29-10-2010, 08:26   |   Views: 762   |