Hi. On Mon, Oct 01, 2001 at 02:05:05PM -0700, [EMAIL PROTECTED] wrote: > I want to start logging all queries on a mySQL server, but it is already > running. I would prefer not to shut it down, but if I have to, then I am not > sure how to start it up again without binding it to my logged-in self, so > that when I log out of the system, the program doesn't stop. Is there anyway > to begin logging without stopping the server?
Sorry, but how did you start it the first time? This depends on the distribution you are using, but usually you would start it with something like (as root user): /etc/rc.d/init.d/mysql start or alternatively with the safe_mysqld program (which is called by the above script). In either case, the daemon should be detached automatically. Bye, Benjamin. -- [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php