url : http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html under 5.7.2 : log_warnings over 5.7.2 : log_error_verbosity log_warnings Deprecated 5.7.2 Command-Line Format --log-warnings[=#] System Variable Name log_warnings Variable Scope Global Dynamic Variable Yes Permitted Values (32-bit platforms, <= 5.7.1) Type integer Default 1 Min Value 0 Max Value 4294967295 Permitted Values (32-bit platforms, >= 5.7.2) Type integer Default 2 Min Value 0 Max Value 4294967295 Permitted Values (64-bit platforms, <= 5.7.1) Type integer Default 1 Min Value 0 Max Value 18446744073709551615 Permitted Values (64-bit platforms, >= 5.7.2) Type integer Default 2 Min Value 0 Max Value 18446744073709551615 Whether to produce additional warning messages to the error log. This variable is enabled by default (the default is 1 before MySQL 5.7.2, 2 as of 5.7.2). To disable it, set it to 0. The server logs messages about statements that are unsafe for statement-based logging if the [ more... ]
The post mysql server system variables log_warnings to log_error_verbosity appeared first on 지락문화예술공작단.
원문출처 : https://jirak.net/wp/mysql-server-system-variables-log_warnings-log_error_verbosity/
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
7 | cannot load media library on wordpress (feat. modsecurity & sql injection ruleset) | 관리자 | 2018.02.26 | 1011 |
6 | [python] ValueError: zero length field name in format. | 관리자 | 2018.03.30 | 1184 |
5 | How to download and install prebuilt OpenJDK packages in LINUX(redhat and ubuntu) | 관리자 | 2018.04.24 | 1390 |
» | mysql server system variables log_warnings to log_error_verbosity | 관리자 | 2016.10.05 | 1806 |
3 | error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE in PHP (after update centos-7.4) | 관리자 | 2017.11.15 | 2059 |
2 | mysql error : No data – zero rows fetched, selected, or processed | 관리자 | 2016.04.06 | 2207 |
1 | [python] 현재 실행중인 함수 이름 구하기 (sys._getframe().f_code.co_name) | 관리자 | 2018.03.28 | 7528 |