34,333
edits
Changes
→The mysql Command-line Utility
Once ''mysql'' is running commands are entered at the ''mysql>'' prompt. Typing ''help'' at this prompt will display a list of the commands supported by the tool.
Commands are terminated by a semi-colon (;). If a command is not terminated by a semi-colon, pressing enter simply continues the current command on the following line.
To exit from ''mysql'' type ''quit'' at the ''mysql>'' command-prompt.