try { $db = new PDO( "mysql:host=localhost;port=3306;dbname=`bazard-leak`;charset=utf8mb4", "bazard-leak", "bazard-leak" ); echo "✅ DB CONNECTED"; } catch (PDOException $e) { die("❌ " . $e->getMessage()); }