Create simple postgres user and database

database
CREATE USER cx378 WITH PASSWORD xxxxxxxxx;CREATE DATABASE cx378home;
GRANT ALL PRIVILEGES ON DATABASE cx378home to cx378;

© 2025 Code0x378