forums › forums › SQLyog › Using SQLyog › How Do I View The Error Log
- This topic is empty.
-
AuthorPosts
-
-
December 31, 2010 at 3:14 pm #12215Larry WoodsMember
This is driving me nuts! I got an error while I was restoring some table via and SQL file. Now, afterward I want to reread the error log but I can't find any link/icon that allows me to do that. I am sure that it's SOMEWHERE but I can't find it.
Suggestion to developers: Put link under HELP
Thanks for any feedback.
-
December 31, 2010 at 4:03 pm #31771peterlaursenParticipant
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.
-
December 31, 2010 at 4:10 pm #31772Larry WoodsMember'Larry wrote:
This is driving me nuts! I got an error while I was restoring some table via and SQL file. Now, afterward I want to reread the error log but I can't find any link/icon that allows me to do that. I am sure that it's SOMEWHERE but I can't find it.
Suggestion to developers: Put link under HELP
Thanks for any feedback.
-
December 31, 2010 at 4:12 pm #31773Larry WoodsMember'peterlaursen' wrote:
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.
-
December 31, 2010 at 7:05 pm #31774peterlaursenParticipant
OK .. we have in some places an option to 'view error log'. But let us check this too.
-
January 7, 2011 at 9:52 am #31775terrence123Member
How to View Apache error logs???
-
January 7, 2011 at 10:38 am #31776peterlaursenParticipant
You cannot view Apache logs with any of our programs. Apache logs are just files like any other file. But I am not sure actually if Apache has an 'error log' at all.
Why are you asking this here and what information are you looking for?
-
-
AuthorPosts
- You must be logged in to reply to this topic.