建立可以login 的super user role. CREATE ROLE john SUPERUSER LOGIN PASSWORD '12345678'; -- 登入 $ psql -U alice -W postgres
確定! 回上一頁