🚀 Starting database test... ================================ 🔍 Testing database connection... 🔄 Attempting to connect to database... ✅ Database connected successfully to krotron_database ✅ Database connection test passed ✅ Database connection is working -------------------------------- 🔐 Testing login simulation... 🔍 Attempting login with username: 'pao' and password: '1234' ❌ Login test error: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "users" does not exist LINE 1: SELECT user_id, password, username FROM users WHERE username... ^ ================================ 🏁 Database test completed 📋 Next steps: 1. Run: php server.php 2. Connect via WebSocket client to ws://localhost:8080 3. Send login message: {"type":"log_in","username":"pao","password":"1234"}