MySQL Forums
Forum List  »  Newbie

Re: What does skip_log_error do?
Posted by: Jon Stephens
Date: February 02, 2024 02:12PM

In any event, the skip- prefix means just that, skip (don't do) the action indicated by the option. In this case, it appears that --skip-log-error option stops errors from being logged to a file, which is what I'd expect, especially since not specifying --log-error at all results in an error log file named $hostname.err.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
February 02, 2024 12:24PM
Re: What does skip_log_error do?
February 02, 2024 02:12PM
February 03, 2024 12:29AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.