MySQL 版本后边 -log的含义

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBオリジナル
2016-06-07 16:24:022882ブラウズ

MySQL 版本后面 -log的含义 ? VERSION() Returns a string that indicates the MySQL server version. As of MySQL 4.1, the string has the? utf8 ?character set. mysql SELECT VERSION(); - '4.1.25-standard' Note that if your version string ends with

MySQL 版本后面 -log的含义
  • ?VERSION()

    Returns a string that indicates the MySQL server version. As of MySQL 4.1, the string has the?utf8?character set.

    mysql> <strong  class="userinput"><code >SELECT VERSION();</code></strong>
            -> '4.1.25-standard'
    

    Note that if your version string ends with?-log?this means that logging is enabled.

  • http://dev.mysql.com/doc/refman/4.1/en/information-functions.html#function_version
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。