# README
GoMySQL
GoMySQL is a Go module that includes various helpers for MySQL, including mysqlvars
, is a simple CLI app to dump the contents of SHOW VARIABLES
for MySQL. It writes to STDOUT
which can be piped to a file.
CLI Installation and Usage
% go install github.com/grokify/gomysql/cmd/mysqlvars@latest
% mysqlvars -h <host> -P <port> -u <username> -p <password>
Script Installation and Usage
% git clone https://github.com/grokify/gomysql
% cd gomysql/cmd/mysqlvars
% go run main.go -h <host> -P <port> -u <username> -p <password>
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author