forums › forums › SQLyog › Using SQLyog › How Do I View The Error Log › Re: How Do I View The Error Log
What error.log are you referring to? The MySQL server error log or the SQLyog error log?
The SQLyog error log is in the 'AppData' folder – like any not read-only fies used by SQLyog. It is named “SQLyog.err”.
If you are referring to the MySQL server error log a client generally cannot read it as a client conneccts to the MySQL server and does not access the file system of the server machine. MySQL documentation on the MySQL server error log is here: http://dev.mysql.com/doc/refman/5.1/en/error-log.html. To read the server error log you must open it with a text editor.
Thanks for the quick response. After writing this request I was able to find the SQLYog error log (the one that I was looking for) but I really don't understand why there isn't a link in the SQLYog app so that I don't have to go digging for it.
Just a thought.