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
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!