diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2021-03-17 10:32:31 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2021-03-17 10:40:53 +0200 |
commit | c124edcc09b21d2409a9857f306f10e9d15e2302 (patch) | |
tree | b42658e70336dffafd1d39316c443f73aa800616 /README.md | |
parent | 75a8232c86f6bc41df0dc93321543f10629525d5 (diff) | |
download | juandelacosa-0.1.2.tar.gz |
Version 0.1.20.1.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -25,19 +25,19 @@ Usage ===== Type `juandelacosa --help` to see usage summary: - Usage: - juandelacosa [options] + Usage: juandelacosa [-f|--file FILE] [-g|--group STRING] [-d|--datadir DIR] + [(-p|--port INT) | (-s|--socket PATH)] - Options: - -f, --file=MYCNF Read this MySQL client config file - -g, --group=GROUP Read this options group in the above file [default: client] - - -d, --datadir=DIR Data directory including static files [default: <cabal data dir>] - - -s, --socket=SOCK Listen on this UNIX-socket [default: /tmp/juandelacosa.sock] - -p, --port=PORT Instead of UNIX-socket, listen on this TCP port (localhost) - - -h, --help Show this message + Available options: + -f,--file FILE Read this MySQL client config file + -g,--group STRING Read this options group in the above file + (default: "client") + -d,--datadir DIR Data directory including static files + (default: "...") + -p,--port INT listen on this TCP port (localhost only) + -s,--socket PATH Listen on this UNIX-socket + (default: "/tmp/juandelacosa.sock") + -h,--help Show this help text Database Privileges @@ -53,6 +53,6 @@ GRANT SELECT ON `mysql`.`user` TO 'juandelacosa'@'localhost'; Screenshots =========== ![Reset Password](./screenshots/resetpassword.png) -![Password Chnaged](./screenshots/passwordchanged.png) +![Password Changed](./screenshots/passwordchanged.png) ![No Account](./screenshots/noaccout.png) |