| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | Reduce Log Level? | Reduce Log Level? 2004-03-22 - By Egor Egorov
Back "Michael B Allen " <mba2000@(protected) > wrote:
> For some reason mysql is logging every sql statement. I don 't recall
> turning on such a thing. Can someone tell me how to turn that down/off. It
> seems a little excessive for my wimpy vps.
>
> Thanks,
> Mike
>
> # dpkg -l | grep mys
> ii libdbd-mysql-p 1.2216-2 mySQL database interface for Perl
> ii libmysqlclient 3.23.49-8.5 mysql database client library
> ii mysql-client 3.23.49-8.5 mysql database client binaries
> ii mysql-common 3.23.49-8.5 mysql database common files (e.g.
> /etc/mysql
> ii mysql-server 3.23.49-8.5 mysql database server binaries
> ii php4-mysql 4.1.2-6woody3 MySQL module for php4
>
Did you run mysqld with --log option?
What is the output of SHOW VARIABLES LIKE "%log% "?
--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net
http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__ Egor.Egorov@(protected)
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |