最全mysql命令

本篇文章主要介绍mysql命令,感兴趣的朋友参考下,希望对大家有所帮助。

C:UsersAdministrator>mysql --helpmysql  Ver 14.14 Distrib 5.5.27, for Win32 (x86)Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Usage: mysql [OPTIONS] [database]  -?, --help          Display this help and exit.  -I, --help          Synonym for -?  --auto-rehash       Enable automatic rehashing. One doesn't need to use                      'rehash' to get table and field completion, but startup                      and reconnecting may take a longer time. Disable with                      --disable-auto-rehash.                      (Defaults to on; use --skip-auto-rehash to disable.)  -A, --no-auto-rehash                      No automatic rehashing. One has to use 'rehash' to get                      table and field completion. This gives a quicker start of                      mysql and disables rehashing on reconnect.  --auto-vertical-output                      Automatically switch to vertical output mode if the                      result is wider than the terminal width.  -B, --batch         Don't use history file. Disable interactive behavior.                      (Enables --silent.)  --character-sets-dir=name                      Directory for character set files.  --column-type-info  Display column type information.  -c, --comments      Preserve comments. Send comments to the server. The                      default is --skip-comments (discard comments), enable                      with --comments.  -C, --compress      Use compression in server/client protocol.  -#, --debug[=#]     This is a non-debug version. Catch this and exit.  --debug-check       Check memory and open file usage at exit.  -T, --debug-info    Print some debug info at exit.  -D, --database=name Database to use.  --default-character-set=name                      Set the default character set.  --delimiter=name    Delimiter to be used.  --enable-cleartext-plugin                      Enable/disable the clear text authentication plugin.  -e, --execute=name  Execute command and quit. (Disables --force and history                      file.)  -E, --vertical      Print the output of a query (rows) vertically.  -f, --force         Continue even if we get an SQL error.  -G, --named-commands                      Enable named commands. Named commands mean this program's                      internal commands; see mysql> help . When enabled, the                      named commands can be used from any line of the query,                      otherwise only from the first line, before an enter.                      Disable with --disable-named-commands. This option is                      disabled by default.  -i, --ignore-spaces Ignore space after function names.  --init-command=name SQL Command to execute when connecting to MySQL server.                      Will automatically be re-executed when reconnecting.  --local-infile      Enable/disable LOAD DATA LOCAL INFILE.  -b, --no-beep       Turn off beep on error.  -h, --host=name     Connect to host.  -H, --html          Produce HTML output.  -X, --xml           Produce XML output.  --line-numbers      Write line numbers for errors.                      (Defaults to on; use --skip-line-numbers to disable.)  -L, --skip-line-numbers                      Don't write line number for errors.  -n, --unbuffered    Flush buffer after each query.  --column-names      Write column names in results.                      (Defaults to on; use --skip-column-names to disable.)  -N, --skip-column-names                      Don't write column names in results.  --sigint-ignore     Ignore SIGINT (CTRL-C).  -o, --one-database  Ignore statements except those that occur while the                      default database is the one named at the command line.  -p, --password[=name]                      Password to use when connecting to server. If password is                      not given it's asked from the tty.  -W, --pipe          Use named pipes to connect to server.  -P, --port=#        Port number to use for connection or 0 for default to, in                      order of preference, my.cnf, $MYSQL_TCP_PORT,                      /etc/services, built-in default (3306).  --prompt=name       Set the mysql prompt to this value.  --protocol=name     The protocol to use for connection (tcp, socket, pipe,                      memory).  -q, --quick         Don't cache result, print it row by row. This may slow                      down the server if the output is suspended. Doesn't use                      history file.  -r, --raw           Write fields without conversion. Used with --batch.  --reconnect         Reconnect if the connection is lost. Disable with                      --disable-reconnect. This option is enabled by default.                      (Defaults to on; use --skip-reconnect to disable.)  -s, --silent        Be more silent. Print results with a tab as separator,                      each row on new line.  --shared-memory-base-name=name                      Base name of shared memory.  -S, --socket=name   The socket file to use for connection.  --ssl               Enable SSL for connection (automatically enabled with                      other flags).  --ssl-ca=name       CA file in PEM format (check OpenSSL docs, implies                      --ssl).  --ssl-capath=name   CA directory (check OpenSSL docs, implies --ssl).  --ssl-cert=name     X509 cert in PEM format (implies --ssl).  --ssl-cipher=name   SSL cipher to use (implies --ssl).  --ssl-key=name      X509 key in PEM format (implies --ssl).  --ssl-verify-server-cert                      Verify server's "Common Name" in its cert against                      hostname used when connecting. This option is disabled by                      default.  -t, --table         Output in table format.  --tee=name          Append everything into outfile. See interactive help (h)                      also. Does not work in batch mode. Disable with                      --disable-tee. This option is disabled by default.  -u, --user=name     User for login if not current user.  -U, --safe-updates  Only allow UPDATE and DELETE that uses keys.  -U, --i-am-a-dummy  Synonym for option --safe-updates, -U.  -v, --verbose       Write more. (-v -v -v gives the table output format).  -V, --version       Output version information and exit.  -w, --wait          Wait and retry if connection is down.  --connect-timeout=# Number of seconds before connection timeout.  --max-allowed-packet=#                      The maximum packet length to send to or receive from                      server.  --net-buffer-length=#                      The buffer size for TCP/IP and socket communication.  --select-limit=#    Automatic limit for SELECT when using --safe-updates.  --max-join-size=#   Automatic limit for rows in a join when using                      --safe-updates.  --secure-auth       Refuse client connecting to server if it uses old                      (pre-4.1.1) protocol.  --server-arg=name   Send embedded server this as a parameter.  --show-warnings     Show warnings after every statement.  --plugin-dir=name   Directory for client-side plugins.  --default-auth=name Default authentication client-side plugin to use.Default options are read from the following files in the given order:C:Windowsmy.ini C:Windowsmy.cnf C:my.ini C:my.cnf C:Program Files (x86)MySQLMySQL Server 5.5my.ini C:Program Files (x86)MySQLMySQL Server 5.5my.cnfThe following groups are read: mysql clientThe following options may be given as the first argument:--print-defaults        Print the program argument list and exit.--no-defaults           Don't read default options from any option file.--defaults-file=#       Only read default options from the given file #.--defaults-extra-file=# Read this file after the global files are read.Variables (--variable-name=value)and boolean options {FALSE|TRUE}  Value (after reading options)--------------------------------- ----------------------------------------auto-rehash                       TRUEauto-vertical-output              FALSEcharacter-sets-dir                (No default value)column-type-info                  FALSEcomments                          FALSEcompress                          FALSEdebug-check                       FALSEdebug-info                        FALSEdatabase                          (No default value)default-character-set             utf8delimiter                         ;enable-cleartext-plugin           FALSEvertical                          FALSEforce                             FALSEnamed-commands                    FALSEignore-spaces                     FALSEinit-command                      (No default value)local-infile                      FALSEno-beep                           FALSEhost                              (No default value)html                              FALSExml                               FALSEline-numbers                      TRUEunbuffered                        FALSEcolumn-names                      TRUEsigint-ignore                     FALSEport                              3306prompt                            mysql>quick                             FALSEraw                               FALSEreconnect                         TRUEshared-memory-base-name           (No default value)socket                            (No default value)ssl                               FALSEssl-ca                            (No default value)ssl-capath                        (No default value)ssl-cert                          (No default value)ssl-cipher                        (No default value)ssl-key                           (No default value)ssl-verify-server-cert            FALSEtable                             FALSEuser                              (No default value)safe-updates                      FALSEi-am-a-dummy                      FALSEconnect-timeout                   0max-allowed-packet                16777216net-buffer-length                 16384select-limit                      1000max-join-size                     1000000secure-auth                       FALSEshow-warnings                     FALSEplugin-dir                        (No default value)default-auth                      (No default value)exit命令C:UsersAdministrator>mysql -hlocalhost -uroot -pEnter password: ********Welcome to the MySQL monitor.  Commands end with ; or g.Your MySQL connection id is 2Server version: 5.5.27 MySQL Community Server (GPL)Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.mysql> help;For information about MySQL products and services, visit:   http://www.mysql.com/For developer information, including the MySQL Reference Manual, visit:   http://dev.mysql.com/To buy MySQL Enterprise support, training, or other products, visit:   https://shop.mysql.com/List of all MySQL commands:Note that all text commands must be first on line and end with ';'?         (?) Synonym for `help'.clear     (c) Clear the current input statement.connect   (r) Reconnect to the server. Optional arguments are db and host.delimiter (d) Set statement delimiter.ego       (G) Send command to mysql server, display result vertically.exit      (q) Exit mysql. Same as quit.go        (g) Send command to mysql server.help      (h) Display this help.notee     (t) Don't write into outfile.print     (p) Print current command.prompt    (R) Change your mysql prompt.quit      (q) Quit mysql.rehash    (#) Rebuild completion hash.source    (.) Execute an SQL script file. Takes a file name as an argument.status    (s) Get status information from the server.tee       (T) Set outfile [to_outfile]. Append everything into given outfile.use       (u) Use another database. Takes database name as argument.charset   (C) Switch to another charset. Might be needed for processing binlogwith multi-byte charsets.warnings  (W) Show warnings after every statement.nowarning (w) Don't show warnings after every statement.For server side help, type 'help contents'

相关推荐:

linux系统下将php和mysql命令加入到环境变量中的方法

18个常用的MySQL命令

Fig Fig

下一代命令行工具,内置AI终端命令自动补全

Fig 98 查看详情 Fig

常用的MySQL命令分享

以上就是最全mysql命令的详细内容,更多请关注创想鸟其它相关文章!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/892156.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2025年11月28日 15:35:42
下一篇 2025年11月28日 15:40:03

相关推荐

  • Uniapp 中如何不拉伸不裁剪地展示图片?

    灵活展示图片:如何不拉伸不裁剪 在界面设计中,常常需要以原尺寸展示用户上传的图片。本文将介绍一种在 uniapp 框架中实现该功能的简单方法。 对于不同尺寸的图片,可以采用以下处理方式: 极端宽高比:撑满屏幕宽度或高度,再等比缩放居中。非极端宽高比:居中显示,若能撑满则撑满。 然而,如果需要不拉伸不…

    2025年12月24日
    400
  • 如何让小说网站控制台显示乱码,同时网页内容正常显示?

    如何在不影响用户界面的情况下实现控制台乱码? 当在小说网站上下载小说时,大家可能会遇到一个问题:网站上的文本在网页内正常显示,但是在控制台中却是乱码。如何实现此类操作,从而在不影响用户界面(UI)的情况下保持控制台乱码呢? 答案在于使用自定义字体。网站可以通过在服务器端配置自定义字体,并通过在客户端…

    2025年12月24日
    800
  • 如何在地图上轻松创建气泡信息框?

    地图上气泡信息框的巧妙生成 地图上气泡信息框是一种常用的交互功能,它简便易用,能够为用户提供额外信息。本文将探讨如何借助地图库的功能轻松创建这一功能。 利用地图库的原生功能 大多数地图库,如高德地图,都提供了现成的信息窗体和右键菜单功能。这些功能可以通过以下途径实现: 高德地图 JS API 参考文…

    2025年12月24日
    400
  • 如何使用 scroll-behavior 属性实现元素scrollLeft变化时的平滑动画?

    如何实现元素scrollleft变化时的平滑动画效果? 在许多网页应用中,滚动容器的水平滚动条(scrollleft)需要频繁使用。为了让滚动动作更加自然,你希望给scrollleft的变化添加动画效果。 解决方案:scroll-behavior 属性 要实现scrollleft变化时的平滑动画效果…

    2025年12月24日
    000
  • 如何为滚动元素添加平滑过渡,使滚动条滑动时更自然流畅?

    给滚动元素平滑过渡 如何在滚动条属性(scrollleft)发生改变时为元素添加平滑的过渡效果? 解决方案:scroll-behavior 属性 为滚动容器设置 scroll-behavior 属性可以实现平滑滚动。 html 代码: click the button to slide right!…

    2025年12月24日
    500
  • 如何选择元素个数不固定的指定类名子元素?

    灵活选择元素个数不固定的指定类名子元素 在网页布局中,有时需要选择特定类名的子元素,但这些元素的数量并不固定。例如,下面这段 html 代码中,activebar 和 item 元素的数量均不固定: *n *n 如果需要选择第一个 item元素,可以使用 css 选择器 :nth-child()。该…

    2025年12月24日
    200
  • 使用 SVG 如何实现自定义宽度、间距和半径的虚线边框?

    使用 svg 实现自定义虚线边框 如何实现一个具有自定义宽度、间距和半径的虚线边框是一个常见的前端开发问题。传统的解决方案通常涉及使用 border-image 引入切片图片,但是这种方法存在引入外部资源、性能低下的缺点。 为了避免上述问题,可以使用 svg(可缩放矢量图形)来创建纯代码实现。一种方…

    2025年12月24日
    100
  • 如何让“元素跟随文本高度,而不是撑高父容器?

    如何让 元素跟随文本高度,而不是撑高父容器 在页面布局中,经常遇到父容器高度被子元素撑开的问题。在图例所示的案例中,父容器被较高的图片撑开,而文本的高度没有被考虑。本问答将提供纯css解决方案,让图片跟随文本高度,确保父容器的高度不会被图片影响。 解决方法 为了解决这个问题,需要将图片从文档流中脱离…

    2025年12月24日
    000
  • 为什么 CSS mask 属性未请求指定图片?

    解决 css mask 属性未请求图片的问题 在使用 css mask 属性时,指定了图片地址,但网络面板显示未请求获取该图片,这可能是由于浏览器兼容性问题造成的。 问题 如下代码所示: 立即学习“前端免费学习笔记(深入)”; icon [data-icon=”cloud”] { –icon-cl…

    2025年12月24日
    200
  • 如何利用 CSS 选中激活标签并影响相邻元素的样式?

    如何利用 css 选中激活标签并影响相邻元素? 为了实现激活标签影响相邻元素的样式需求,可以通过 :has 选择器来实现。以下是如何具体操作: 对于激活标签相邻后的元素,可以在 css 中使用以下代码进行设置: li:has(+li.active) { border-radius: 0 0 10px…

    2025年12月24日
    100
  • 如何模拟Windows 10 设置界面中的鼠标悬浮放大效果?

    win10设置界面的鼠标移动显示周边的样式(探照灯效果)的实现方式 在windows设置界面的鼠标悬浮效果中,光标周围会显示一个放大区域。在前端开发中,可以通过多种方式实现类似的效果。 使用css 使用css的transform和box-shadow属性。通过将transform: scale(1.…

    2025年12月24日
    200
  • 为什么我的 Safari 自定义样式表在百度页面上失效了?

    为什么在 Safari 中自定义样式表未能正常工作? 在 Safari 的偏好设置中设置自定义样式表后,您对其进行测试却发现效果不同。在您自己的网页中,样式有效,而在百度页面中却失效。 造成这种情况的原因是,第一个访问的项目使用了文件协议,可以访问本地目录中的图片文件。而第二个访问的百度使用了 ht…

    2025年12月24日
    000
  • 如何用前端实现 Windows 10 设置界面的鼠标移动探照灯效果?

    如何在前端实现 Windows 10 设置界面中的鼠标移动探照灯效果 想要在前端开发中实现 Windows 10 设置界面中类似的鼠标移动探照灯效果,可以通过以下途径: CSS 解决方案 DEMO 1: Windows 10 网格悬停效果:https://codepen.io/tr4553r7/pe…

    2025年12月24日
    000
  • 使用CSS mask属性指定图片URL时,为什么浏览器无法加载图片?

    css mask属性未能加载图片的解决方法 使用css mask属性指定图片url时,如示例中所示: mask: url(“https://api.iconify.design/mdi:apple-icloud.svg”) center / contain no-repeat; 但是,在网络面板中却…

    2025年12月24日
    000
  • 如何用CSS Paint API为网页元素添加时尚的斑马线边框?

    为元素添加时尚的斑马线边框 在网页设计中,有时我们需要添加时尚的边框来提升元素的视觉效果。其中,斑马线边框是一种既醒目又别致的设计元素。 实现斜向斑马线边框 要实现斜向斑马线间隔圆环,我们可以使用css paint api。该api提供了强大的功能,可以让我们在元素上绘制复杂的图形。 立即学习“前端…

    2025年12月24日
    000
  • 图片如何不撑高父容器?

    如何让图片不撑高父容器? 当父容器包含不同高度的子元素时,父容器的高度通常会被最高元素撑开。如果你希望父容器的高度由文本内容撑开,避免图片对其产生影响,可以通过以下 css 解决方法: 绝对定位元素: .child-image { position: absolute; top: 0; left: …

    2025年12月24日
    000
  • CSS 帮助

    我正在尝试将文本附加到棕色框的左侧。我不能。我不知道代码有什么问题。请帮助我。 css .hero { position: relative; bottom: 80px; display: flex; justify-content: left; align-items: start; color:…

    2025年12月24日 好文分享
    200
  • 前端代码辅助工具:如何选择最可靠的AI工具?

    前端代码辅助工具:可靠性探讨 对于前端工程师来说,在HTML、CSS和JavaScript开发中借助AI工具是司空见惯的事情。然而,并非所有工具都能提供同等的可靠性。 个性化需求 关于哪个AI工具最可靠,这个问题没有一刀切的答案。每个人的使用习惯和项目需求各不相同。以下是一些影响选择的重要因素: 立…

    2025年12月24日
    000
  • 如何用 CSS Paint API 实现倾斜的斑马线间隔圆环?

    实现斑马线边框样式:探究 css paint api 本文将探究如何使用 css paint api 实现倾斜的斑马线间隔圆环。 问题: 给定一个有多个圆圈组成的斑马线图案,如何使用 css 实现倾斜的斑马线间隔圆环? 答案: 立即学习“前端免费学习笔记(深入)”; 使用 css paint api…

    2025年12月24日
    000
  • 如何使用CSS Paint API实现倾斜斑马线间隔圆环边框?

    css实现斑马线边框样式 想定制一个带有倾斜斑马线间隔圆环的边框?现在使用css paint api,定制任何样式都轻而易举。 css paint api 这是一个新的css特性,允许开发人员创建自定义形状和图案,其中包括斑马线样式。 立即学习“前端免费学习笔记(深入)”; 实现倾斜斑马线间隔圆环 …

    2025年12月24日
    100

发表回复

登录后才能评论
关注微信