
MySQL :: MySQL Shell 8.0 :: 3.1 MySQL Shell Commands
MySQL Shell provides commands which enable you to modify the execution environment of the code editor, for example to configure the active programming language or a MySQL Server connection.
6.5.1 mysql — The MySQL Command-Line Client
mysql is a simple SQL shell with input line editing capabilities. It supports interactive and noninteractive use. When used interactively, query results are presented in an ASCII-table format. When used …
Getting Started with MySQL
Feb 17, 2026 · On Linux, enter the following command at the command line terminal (for installation using generic binaries, you might need to go first to the bin folder under the base directory of your …
MySQL :: MySQL 8.4 Reference Manual :: 6.5.1.2 mysql Client Commands
Beginning with MySQL 8.4.6, the --commands option can be used to enable or disable all commands except /C, delimiter, and use. Each command has both a long and short form.
MySQL :: Download MySQL Shell
The MySQL Shell is an interactive Javascript, Python, or SQL interface supporting development and administration for the MySQL Server and is a component of the MySQL Server.
MySQL :: MySQL Shell 8.0
This document describes the core features of MySQL Shell. In addition to the provided SQL functionality, similar to mysql, MySQL Shell provides scripting capabilities for JavaScript and Python …
6.2.4 Connecting to the MySQL Server Using Command Options
Aug 2, 2022 · This section describes use of command-line options to specify how to establish connections to the MySQL server, for clients such as mysql or mysqldump. For information on …
MySQL :: MySQL Shell 8.0 :: 3 Using MySQL Shell Commands
This section describes the commands which configure MySQL Shell from the interactive code editor. The commands enable you to control the MySQL Shell regardless of the current language being used.
MySQL :: MySQL Shell 8.0 :: 4.1 Starting MySQL Shell
This opens MySQL Shell without connecting to a server, by default in JavaScript mode. You change mode using the \sql, \py, and \js commands.
MySQL :: MySQL Shell 8.0 :: A.1 mysqlsh — The MySQL Shell
MySQL Shell is an advanced command-line client and code editor for MySQL. In addition to SQL, MySQL Shell also offers scripting capabilities for JavaScript and Python.