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).
  • 相关阅读:
    codevs1044 拦截导弹(最长不下降子序列dp)
    codevs1014 装箱问题(DP)
    codevs1068 乌龟棋(DP)
    angular.extend vs angular.copy
    angular input框点击别处 变成不可输入状态
    angular select框 option空行
    angular ui 路由传参
    setTimeout 传参
    设置请求头信息的不同方式
    vertical-align
  • 原文地址:https://www.cnblogs.com/zuoxingyu/p/2992204.html
Copyright © 2011-2022 走看看