Login to the database: psql -d yourdbname · Create a user: CREATE USER username WITH ENCRPTED PASSWORD 'yourpassword'; · Assign privilege select ...
確定! 回上一頁