Where is the MySQL error log?




MySQL has four logs, which reside in the mysqld data directory. They are:



LogInformation
error logProblems pertaining to running, stopping, and starting mysqld
general query logRecords established client connections and statements issued from clients
binary logRecords all statements that modify data or pertain to replication
slow query logRecords all queries that exceed the amount of time allotted by the long_ query_time parameter or did not use indexes.