most mysql-ers quickly learn to move logs out of the data directory. hopefully the logs are being written to a different disk, on a different controller than where the data is being kept. the horror of finding you database server dead to the world because the single partition used for everything was filled up by the error log should be a thing of the past. mysql 5.7 will give dbas better control of log files,
As of 5.7.2, we have gained the ability to control the verbosity of error messages withlog_error_verbosity. This system variable controls verbosity in writing error, warning, and note messages to the error log. A value of 1 provides errors only, 2 adds warnings, and 3 adds notes. The default value is 3. And with that with level 3, aborted connections and access-denied errors for new connection attempts are written to the error log.
The good ol’log_warningsis being deprecated in favor of the added flexibility fromlog_error_verbosity.
And with MySQL 5.7.2, thelog_timestampssystem variable lets you set the timestamp time zone of messages written to the error log, the general query log, and slow query log files. The choices are UTC (the default) and SYSTEM (local system time zone). Previously messages use the local system time zone.
Please note that as of MySQL 5.7.2, the ID included in error log messages is that of the thread within mysqld responsible for writing the message. This indicates which part of the server produced the message, and is consistent with general query log and slow query log messages, which include the connection thread ID. Earlier releases use the ID of the mysqld process in error log message.
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号