One, log type:
MySQL has several different log files that can help you find out what's going on inside Mysqld:
The type of information that the log file is logged into the fileThe error log records issues that occur when you start, run, or
Atitit. log system principles and design and best practices.
1. log system is an indispensable unit test, tracking debugging tool 1
2. The log system framework should generally include the following basic features 1
1. The output log has its own
Authorization, thentheappropriaterecoveryproceduredependsonthefollowingconsiderations: Theconfigurationoftheonlineredolo
Recovering After the Loss of Online Redo Log Files If a media failure has affected the online redo logs of a database, then the
This article "My MySQL Learning experience (15)" will explain the MySQL logThe logs in MySQL are divided into 4 categories, and using these log files, you can see what's happening inside MySQL.respectively is1, error log: Log the MySQL service start,
The database usually implements the transaction with the help of log, the common have undo log, redo Log,undo/redo log all can guarantee the transaction characteristic, Undolog implements the transaction atomicity, Redolog realizes the transaction
Apche Log Series (1): Access log
Want to know when and what people are browsing the content of the site. See Apache's access log to know. The access log is the standard log for Apache, which explains in detail the contents of the Access log and the
Logs are especially important for large application systems or platforms, and system log collection and analysis is the basis of system operation, maintenance and user analysis.First, the System log classificationThe general system log can be
MySQL series: innodb source code analysis-redo log structure, mysqlinnodb
In innodb Engine implementation, a redo log system is built to ensure transaction persistence. Redo log is composed of two parts: the memory log buffer and the redo log file.
[Msql] redo and undo log, msqlredoundolog
InnoDB has two very important logs: undo log and redo log. The former is used to ensure the atomicity of transactions and the MVCC of InnoDB, and the latter is used to ensure transaction persistence. Like
Error log:By default, the error log probably records the following areas of information:1. Information during server startup and shutdown (not necessarily error messages, for example, how MySQL launches InnoDB tablespace files, how to initialize its
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.