MySQL Shell provides an interactive code execution mode, where you type code at the MySQL Shell prompt and each entered statement is processed, with the result of the processing printed onscreen.
MySQL Shell is an advanced client and code editor for MySQL Server.
In addition to the provided SQL functionality, MySQL Shell provides scripting capabilities for JavaScript and Python and includes APIs for working with MySQL.
MySQL Shell is a component that you can install separately.
download from: https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-install.html
Extract the downloaded zip file.
Start MySQL Shell:
Run \bin\mysqlsh.exe.
MySQL Shell 8.0 documentation:
https://dev.mysql.com/doc/mysql-shell/8.0/en/
No comments:
Post a Comment