MySQL-help

来源:互联网 发布:简单bbs论坛源码php 编辑:程序博客网 时间:2024/06/03 17:30

help

===== Global Commands =====\help       (\?,\h)    Print this help.\sql                   Switch to SQL processing mode.\js                    Switch to JavaScript processing mode.\py                    Switch to Python processing mode.\source     (\.)       Execute a script file. Takes a file name as an argument.\                      Start multi-line input when in SQL mode.\quit       (\q,\exit) Quit MySQL Shell.\connect    (\c)       Connect to a server.\warnings   (\W)       Show warnings after every statement.\nowarnings (\w)       Don't show warnings after every statement.\status     (\s)       Print information about the current global connection.\use        (\u)       Set the current schema for the global session.For help on a specific command use the command as \? <command>===== Global Objects =====dba        Allows performing DBA operations using the MySQL X AdminAPI.mysql      Used to work with classic MySQL sessions using SQL.mysqlx     Used to work with X Protocol sessions using the MySQL X DevAPI.shell      Gives access to general purpose functions and properties.sys        Gives access to system specific parameters.Please note that MySQL Document Store APIs are subject to change in futurereleases.For more help on a global variable use <var>.help(), e.g. dba.help()