• ADADADADAD

    mysql命令行爱好者必备工具mycli[ mysql数据库 ]

    mysql数据库 时间:2024-12-03 10:30:09

    作者:文/会员上传

    简介:

    mycliMyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.•Source: https://github.com/dbcli/mycl

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    mycli

    MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.

    •Source: https://github.com/dbcli/mycli
    •Chat: Gitter
    •Mailing List: https://groups.google.com/forum/#!forum/mycli-users

    Quick Start

    If you already know how to install python packages, then you can simply do:$ pip install mycliIf you're on macOS you can install it via homebrew.$ brew update && brew install mycliIf you're having trouble with the quick start, check the install page for detailed instructions

    Usage

    $ mycli --helpUsage: mycli [OPTIONS] [DATABASE] A MySQL terminal client with auto-completion and syntax highlighting.

    Examples:

    - mycli my_database - mycli -u my_user -h my_host.com my_database - mycli mysql://my_user@my_host.com:3306/my_database

    Options:

     -h, --host TEXTHost address of the database. -P, --port INTEGER Port number to use for connection. Honors$MYSQL_TCP_PORT. -u, --user TEXTUser name to connect to the database. -S, --socket TEXTThe socket file to use for connection. -p, --password TEXT Password to connect to the database. --pass TEXT Password to connect to the database. --ssl-ca PATH CA file in PEM format. --ssl-capath TEXTCA directory. --ssl-cert PATHX509 cert in PEM format. --ssl-key PATHX509 key in PEM format. --ssl-cipher TEXTSSL cipher to use. --ssl-verify-server-certVerify server's "Common Name" in its certagainst hostname used when connecting. Thisoption is disabled by default. -V, --version Output mycli's version. -v, --verbose Verbose output. -D, --database TEXT Database to use. -d, --dsn TEXTUse DSN configured into the [alias_dsn]section of myclirc file. --list-dsn list of DSN configured into the [alias_dsn]section of myclirc file. -R, --prompt TEXTPrompt format (Default: "\t \u@\h:\d> "). -l, --logfile FILENAMELog every query and its results to a file. --defaults-group-suffix TEXT Read MySQL config groups with the specifiedsuffix. --defaults-file PATH Only read MySQL options from the given file. --myclirc PATHLocation of myclirc file. --auto-vertical-outputAutomatically switch to vertical output modeif the result is wider than the terminalwidth. -t, --table Display batch output in table format. --csv Display batch output in CSV format. --warn / --no-warn Warn before running a destructive query. --local-infile BOOLEANEnable/disable LOAD DATA LOCAL INFILE. --login-path TEXTRead this path from the login file. -e, --execute TEXT Execute command and quit. --helpShow this message and exit.

    blogroll

    总结

    以上所述是小编给大家介绍的mysql命令行爱好者必备工具mycli,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
    如果你觉得本文对你有帮助,欢迎转载,烦请注明出处,谢谢!

    mysql命令行爱好者必备工具mycli.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: mysql命令行cli