exec($sql); echo "Database setup successful."; } catch (PDOException $e) { die("Database setup failed: " . $e->getMessage()); }