Change the database connection information as needed. docker run -d --name mcp-mysql \ -e MYSQL_HOST=localhost \ -e MYSQL_PORT=3306 \ -e MYSQL_USER=root \ -e MYSQL ...
When restoring a MySQL backup using this image, the process fails with the following error: time="2025-08-27T09:47:41+08:00" level=info msg="beginning restore" run ...