-
Returns a string that indicates the MySQL server version. As of MySQL 4.1, the string has the
utf8character set.mysql>
SELECT VERSION();-> '4.1.25-standard'Note that if your version string ends with
-logthis means that logging is enabled. - http://dev.mysql.com/doc/refman/4.1/en/information-functions.html#function_version
MySQL 版本后面 -log的含义
最新推荐文章于 2025-07-17 07:44:23 发布
本文介绍了 MySQL 中的 VERSION() 函数,该函数用于返回指示 MySQL 服务器版本的字符串。从 MySQL 4.1 版本开始,字符串采用 utf8 字符集。文章还解释了版本字符串结尾带有 -log 的含义,表明启用了日志记录。
577

被折叠的 条评论
为什么被折叠?



