Every sandbox has an isolated WordPress database. SandyWP creates a short-lived link to a browser-based manager when you need to inspect, query, import, or edit that data.
Open the database manager
Open a ready sandbox’s … actions menu and select Database. SandyWP opens a fresh database-manager link in a new tab.
The manager uses its own session, so it is intentionally not embedded in the dashboard. If the link becomes idle or stops working, open a new link from the actions menu.
What you can do
- Browse WordPress tables such as
wp_posts, wp_options, and wp_users.
- Run SQL queries.
- Insert, edit, or delete rows.
- Import or export data.
Database changes affect the running sandbox immediately. Treat destructive SQL as irreversible unless you have a Template or another recoverable copy.
Use File Manager for file changes or Templates to snapshot a seeded database for future sandboxes.