zoukankan      html  css  js  c++  java
  • Mysqldump difference between 5.5 and 5.6

    5.5.20 5.6.10
    mysqldump  Ver 10.13 Distrib 5.5.20, for Linux (x86_64)
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    mysqldump  Ver 10.13 Distrib 5.6.10, for Linux (x86_64)
    Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
    --no-defaults           Don't read default options from any option file. --no-defaults           Don't read default options from any option file,
                                  except for login file.
      --defaults-group-suffix=#
                            Also read groups with concat(group, suffix)
      --login-path=#          Read this path from the login file.
      --add-drop-trigger  Add a DROP TRIGGER before each create.
      --bind-address=name IP address to bind to.
       --set-gtid-purged[=name]
                          Add 'SET @@GLOBAL.GTID_PURGED' to the output. Possible
                          values for this option are ON, OFF and AUTO. If ON is
                          used and GTIDs are not enabled on the server, an error is
                          generated. If OFF is used, this option does nothing. If
                          AUTO is used and GTIDs are enabled on the server, 'SET
                          @@GLOBAL.GTID_PURGED' is added to the output. If GTIDs
                          are disabled, AUTO does nothing. Default is AUTO.
      --ssl-crl=name      Certificate revocation list (implies --ssl).
      --ssl-crlpath=name  Certificate revocation list path (implies --ssl).
  • 相关阅读:
    css3 flex
    多行文本溢出 显示... 判断是否多行文本溢出
    事件多次执行
    WinForm布局
    winform 公共控件
    WinForm窗体菜单和工具栏
    2017-4-24WinForm 基础
    2017-4-20实体类,数据访问类.字符串攻击.防攻击
    ADO.net增删改查
    类库,通用变量,is/as运算符,委托。
  • 原文地址:https://www.cnblogs.com/zuoxingyu/p/2992204.html
Copyright © 2011-2022 走看看