Re: query-log.html

2005-09-06 Thread Gleb Paharenko
Hello. > host when I have hostnames in the 'user' table. It will only > work with ip addresses. (This is where I came in originally). Are you sure that you're running MySQL without --skip-name-resolve? See: http://dev.mysql.com/doc/mysql/en/dns.html > > I think I must have had my

Re: query-log.html

2005-09-06 Thread T. Horsnell
>Hello. > > > >Are you sure that the logging isn't enabled in a different way. > >For possible ways to enable logs see: > > http://dev.mysql.com/doc/mysql/en/program-options.html I think I must have had my head screwed on the wrong way round when I was looking at the log file. I've deleted it now

Re: query-log.html

2005-09-05 Thread Gleb Paharenko
Hello. Are you sure that the logging isn't enabled in a different way. For possible ways to enable logs see: http://dev.mysql.com/doc/mysql/en/program-options.html What version of MySQL are you running? "T. Horsnell" <[EMAIL PROTECTED]> wrote: > Someone kindly replied to my log qu

Re: query-log.html

2005-09-03 Thread Alexey Polyakov
> Trouble is, I dont start mysqld with the --log= option, > and yet it still insists on logging. How do I disable this? > (My current method is to use --log=/dev/null but I'm sure > this cant be the best way). I cant find any evidence of > a my.cnf anywhere, so I dont think it is due to an unexpect