The MySQL Server consists of different logs:
Error Log: Error log contains the information regarding to the problems encountered starting, running and stopping of MySQL server.
General Query Log: The general query log consists of the information regarding the established client connections and statements received from clients.
Binary Log: The binary log consists of information regarding to the statements that change data (also used for replication).
Relay Log: The relay log consists of information i.e., data changes recieved from a replication master server.
Slow Query Log: The slow query log contains the query's that took more than long query time seconds to execute.
No comments:
Post a Comment