• ADADADADAD

    如何理解Mysql debug模式[ mysql数据库 ]

    mysql数据库 时间:2024-11-26 22:11:45

    作者:文/会员上传

    简介:

    以debug模式编译-DWITH_DEBUG=1如果想开调试模式,启动的时候要加参数:/usr/local/mysql/support-files/mysql.server start --debug --console &,调试一个MySQL客户端mysql --d

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

      以debug模式编译

      -DWITH_DEBUG=1

      如果想开调试模式,启动的时候要加参数:/usr/local/mysql/support-files/mysql.server start --debug --console &,

      调试一个MySQL客户端

      mysql --debug=d:t:O,/tmp/client.trace

      # cat /etc/my.cnf.d/debug.cnf

      [mysqld]

      debug=d,info,error,query:o,/tmp/mysqld.trace

      stack-trace

      core-file

      [mysqld_safe]

      core-file-size=unlimited

    如何理解Mysql debug模式.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载
    热门标签: mysqldebug