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).
  • 相关阅读:
    Did not find handler method for springMVC资源文件扫描不到---关于spring的那些坑
    mysql中OPTIMIZE TABLE的作用
    Linux环境下apache性能测试工具ab使用详解
    sqlite数据库 adb 从配置到查询表中数据全过程-----献给初学的自己
    c3p0参数解释
    linux下如何启动/停止/重启mysql:
    [MySQL] 变量(参数)的查看和设置
    mysql运行参数详解
    单例模式 理解,简单通透
    this的一些场景
  • 原文地址:https://www.cnblogs.com/zuoxingyu/p/2992204.html
Copyright © 2011-2022 走看看