欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

MySQL 版本后边 -log的含义

程序员文章站 2022-04-09 22:27:32
...

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> SELECT VERSION();
            -> '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