> -----Message d'origine-----
> De : Tobias Asplund [mailto:[EMAIL PROTECTED]
> Envoyé : Wednesday, January 14, 2004 1:53 PM
> À : Ugo Bellavance
> Cc : [EMAIL PROTECTED]
> Objet : Re: setting a variable
> 
> 
> 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.
> 

No problem, I thought I could change any variable at runtime, since 4.0.

I've got no prob with doing it at a restart of the server.  I tried putting

set-variable = log=on

at the end of /etc/my.cnf (redhat) and nothing changed.

Thanks,

Ugo

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

Reply via email to