Skip to content

Instantly share code, notes, and snippets.

@2357gi
Created August 18, 2021 07:20
Show Gist options
  • Save 2357gi/3a940bd050324d0fc756a91855cc8c4c to your computer and use it in GitHub Desktop.
Save 2357gi/3a940bd050324d0fc756a91855cc8c4c to your computer and use it in GitHub Desktop.
USER=___
PW=____
# http interfaceは8123
HOST=xxx:8123
DB=xxx
QUERY='SHOW TABLES'
echo ${QUERY} | curl "http://${USER}:${PW}@${HOST}/?database=${DB}" -d @-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment