At 19:52 +0300 2/9/05, George Chelidze wrote:
Hello,

I have the following problem: I have a table with a blob field and turned on query logging. I'd like to log every query except inserts into table with a blob field because my log files grow very fast and I don't like to see binary data in my log files, while other logs are very informative and important. How can I do that?

See:

http://dev.mysql.com/doc/mysql/en/set-option.html

Check the descriptions for SQL_LOG_BIN and SQL_LOG_OFF.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to