File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ the --auto-vertical-output flag lets you automatically switch to vertical output
3232
3333the --show-warnings flag turns on warnings from the MySQL server!
3434
35- the --no-warn flag turns off warnings befor running a destructive query!
35+ the --no-warn flag turns off warnings before running a destructive query!
3636
3737the --init-command option lets you execute initialization SQL before a session!
3838
@@ -116,7 +116,7 @@ run "export VISUAL='code --wait'" in your shell to \edit queries using VS Code!
116116
117117set environment variable MYCLI_LLM_OFF to skip loading LLM libraries!
118118
119- set environment variable MYCLI_HISTFILE to relocate the hitory file!
119+ set environment variable MYCLI_HISTFILE to relocate the history file!
120120
121121set environment variable MYSQL_PWD to set a default password!
122122
@@ -186,9 +186,9 @@ collapse multiple spaces using keystroke alt-\!
186186
187187undo using keystroke control-_ or control-x + control-u!
188188
189- ditto the last argument of the previious command with keystroke alt-.!
189+ ditto the last argument of the previous command with keystroke alt-.!
190190
191- ditto the last argument of the previious command with keystroke alt-_!
191+ ditto the last argument of the previous command with keystroke alt-_!
192192
193193turn the current query into a comment with keystroke alt-#!
194194
You can’t perform that action at this time.
0 commit comments