MySQL Shell 8.0 Release Notes
MySQL Router 8.0 User Guide
MySQL Router 8.0 Release Notes
When MySQL Shell is installed you have the mysqlsh command available. Open a terminal window (command prompt on Windows) and start MySQL Shell by issuing:
> mysqlsh
This opens MySQL Shell without connecting to a server, by default
in JavaScript mode. You change mode using the
\sql
, \py
, and
\js
commands.