February 2018
Intermediate to advanced
510 pages
16h 10m
English
The advanced command line client and editor for MySQL is the very well known MySQL Shell. It has capabilities for scripting in Python and JavaScript. When connected to the MySQL server using the X Protocol, the X DevAPI can work with documents and relational data. It includes the AdminAPI, which enables you to work with an InnoDB cluster.
MySQL Shell has many options associated with it, but the important ones are listed as follows:
--port=port_num, -P port_num
The TCP/IP port number to use with port_num. The default port is 33060.
--node
Creates a node session to a single server using the X Protocol and is deprecated in 8.0.3.
--js
Starts JavaScript mode.
--py
Starts Python mode.
--sql
Starts SQL mode.
--sqlc
Starts ...
Read now
Unlock full access