Re: mysqld and multilog
Laurent Bercot <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
> http://dev.mysql.com/doc/mysql/en/Log_Files.html > http://dev.mysql.com/doc/mysql/en/Log_file_maintenance.html Well, thanks. I hadn't read that part of the MySQL documentation yet. :) It appears that, apart from the error log, there is no way to make mysqld write into a pipe instead of a regular file, even when not using the binary log. (The general query log will be perfect for my needs.) Too bad. I'll let mysqld write regular files, and rotate them regularly. It won't be reliable, but I guess I can't do better. -- Ska