=== Advanced MySQL Connection Test === Testing: Remote IP with port 3309 Connection string: mysql:host=192.168.29.101;port=3309 ❌ Socket connection failed: Connection timed out (110) -------------------------------------------------- Testing: Localhost with port 3309 Connection string: mysql:host=127.0.0.1;port=3309 ❌ Socket connection failed: Connection refused (111) -------------------------------------------------- Testing: Localhost with standard port 3306 Connection string: mysql:host=127.0.0.1;port=3306 ✓ Socket connection successful ❌ MySQL connection failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) -------------------------------------------------- === End Test ===