What This Tool Does
The backend starts a Docker-based MySQL server, maps a public port, creates a random database and user, waits until MySQL is ready, and destroys the instance automatically after 30 minutes.
Temporary service
Create a disposable MySQL test database for SQL clients, connection strings, schemas, ORM checks, and CI integrations.
Create a disposable MySQL test database with random credentials for SQL clients, connection strings, schemas, ORM checks, and CI integrations.
The backend starts a Docker-based MySQL server, maps a public port, creates a random database and user, waits until MySQL is ready, and destroys the instance automatically after 30 minutes.
Temporary MySQL data lives inside the disposable container. Host directories are not mounted, the instance expires automatically, and the container is removed when it is destroyed.
Each temporary MySQL server expires automatically after 30 minutes.
No. The tool returns a regular database user, database name, and password for testing.
No. This tool is intended for temporary testing only, not sensitive or production workloads.