]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/mysql.json
Add zsh-evalcache (#430)
[xdg-ninja.git] / programs / mysql.json
1 {
2 "files": [
3 {
4 "help": "You can specify the file location using the `--login-path` flag.\nApparently only supported for mysql-server, not mysql-client.\n",
5 "movable": true,
6 "path": "$HOME/.mylogin.cnf"
7 },
8 {
9 "help": "Unsupported.\n",
10 "movable": false,
11 "path": "$HOME/.my.cnf"
12 },
13 {
14 "help": "Export the following environment variables:\n\n```bash\nexport MYSQL_HISTFILE=\"$XDG_DATA_HOME\"/mysql_history\n```\n",
15 "movable": true,
16 "path": "$HOME/.mysql_history"
17 }
18 ],
19 "name": "mysql"
20 }