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).
  • 相关阅读:
    C# ToString格式大全
    如何将数据库中的表导入到PowerDesigner中
    IIS配置wap服务器
    URL加随机数的作用
    程序员人生路
    Asp.net三种事务处理
    20121107荣迪信息技术有限公司面试总结
    ubuntu 安装之后的问题
    windows系统+VS2013编译GDAL(使用cmd命令行)
    VS2013+OPENCV+GDAL处理多光谱数据
  • 原文地址:https://www.cnblogs.com/zuoxingyu/p/2992204.html
Copyright © 2011-2022 走看看