← All Kali Issues
King Phisher

Database connection error

D Database High

🔴 Error Message

Cannot connect to PostgreSQL database

📖 What This Means

Database not configured or service stopped.

🔧 Step-by-Step Fix

  1. Start: sudo systemctl start postgresql
  2. Create database: sudo -u postgres createdb king_phisher
  3. Check config matches database credentials