🗄️ Database Configuration Test ============================== Testing: Default (root, no password) Host: localhost, DB: monitoring_db, User: root ❌ Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) --- Testing: Root with password Host: localhost, DB: monitoring_db, User: root ❌ Connection failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) --- Testing: Common hosting user Host: localhost, DB: monitoring_db, User: mobiletr_upastithi ❌ Connection failed: SQLSTATE[28000] [1045] Access denied for user 'mobiletr_upastithi'@'localhost' (using password: YES) --- Testing: Database name variations Host: localhost, DB: mobiletr_upastithi_monitoring, User: mobiletr_upastithi ❌ Connection failed: SQLSTATE[28000] [1045] Access denied for user 'mobiletr_upastithi'@'localhost' (using password: YES) --- 🔍 Checking Available Databases... Trying user: root ❌ Failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) Trying user: root ❌ Failed: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) Trying user: mobiletr_upastithi ❌ Failed: SQLSTATE[28000] [1045] Access denied for user 'mobiletr_upastithi'@'localhost' (using password: YES) ✅ Database Configuration Test Completed! ======================================== If you found a working configuration, update your database.php file!