On Wed, 14 Jan 2004, Ugo Bellavance wrote:

> mysql 4.0.17 on redhat 9 or debian 3.0
>
> mysql> show variables like 'log';
> +---------------+-------+
> | Variable_name | Value |
> +---------------+-------+
> | log           | ON    |
> +---------------+-------+
> 1 row in set (0.00 sec)
>
> mysql> set global log=on;
> ERROR 1193: Unknown system variable 'log'
>
> What am I doing wrong?

Currently you cannot start logging while the server is running.

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

Reply via email to