Example 1: create db user postgres sudo -u postgres psql postgres=# create database mydb; postgres=# create user myuser with encrypted password 'mypass'; ...
確定! 回上一頁