토픽과 일치하는 모든 gist Database

javif89 / New postgres DB and user

0 좋아요
0 포크
1 파일
마지막 활동 2 weeks ago
This can be used when you have an app that needs postgres and you want to quickly make a new db for it with a user
1 CREATE DATABASE nocodb;
2 create user nocodb with password '';
3 grant all privileges on schema public to nocodb
다음 항목 이전 항목