X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/588191841da71b0eb64dbaf03f047820b6140aa3..59004ffbc686cf33f8c696ce6f4d4f81fe77fdd1:/programs/mysql.json diff --git a/programs/mysql.json b/programs/mysql.json index 8cd5ec2..1173071 100644 --- a/programs/mysql.json +++ b/programs/mysql.json @@ -1,19 +1,19 @@ { "files": [ { - "path": "$HOME/.mylogin.cnf", - "movable": false, - "help": "" + "help": "You can specify the file location using the `--login-path` flag.\nApparently only supported for mysql-server, not mysql-client.\n", + "movable": true, + "path": "$HOME/.mylogin.cnf" }, { - "path": "$HOME/.my.cnf", + "help": "Unsupported.\n", "movable": false, - "help": "" + "path": "$HOME/.my.cnf" }, { - "path": "$HOME/.mysql_history", + "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n" + "path": "$HOME/.mysql_history" } ], "name": "mysql"