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 server for short-lived testing. It expires automatically after 30 minutes.
Create a disposable MySQL database with random credentials for short-lived application and integration testing.
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.