sudo -u postgres psql postgres postgres=# create user "msf3" with password '123456' nocreatedb; postgres=# create database "msfdb" with owner="msf3";
kali postgres
最新推荐文章于 2024-01-06 14:49:18 发布
sudo -u postgres psql postgres postgres=# create user "msf3" with password '123456' nocreatedb; postgres=# create database "msfdb" with owner="msf3";