This webservce exposes the results from a single mysql query as json
2.4K
This webservce exposes the results from a single mysql query as json.
MYSQL_HOST (required) - hostname or ip address of mysql serverMYSQL_PORT (default 3306) - port of mysql serverMYSQL_USER (required) - username for mysql connectionMYSQL_PASSWORD (required) - password for mysql connectionMYSQL_DATABASE (required) - mysql database to connect toMYSQL_QUERY (required) - query to executeHTTP_PORT (default 8000) - port of http serverACCESS_TOKEN (optional) - if set, the webservice is proteced by this token which must be passed as ?access_token=**** to the requestContent type
Image
Digest
Size
23.7 MB
Last updated
about 5 years ago
docker pull micwy/mysql2json