MySQL版本后邊-log的含義
來源:懂視網
責編:小采
時間:2020-11-09 13:37:03
MySQL版本后邊-log的含義
MySQL版本后邊-log的含義: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.
導讀MySQL版本后邊-log的含義: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.

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
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
MySQL版本后邊-log的含義
MySQL版本后邊-log的含義: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.