docker-mysql-scripts icon indicating copy to clipboard operation
docker-mysql-scripts copied to clipboard

A series of useful commands written in python to interact with a MySQL Server running on Docker

Results 2 docker-mysql-scripts issues
Sort by recently updated
recently updated
newest added

At the moment, data volume containers are named as a derivative of the original container name: `containerName.upper() + '_DATA'` Would it be useful to optionally allow the creation and/or use...

It's possible to create a database instance with a named data container using `dmysql-server --with-volume` but this _always_ seems to try to create a new data container, and I don't...