Re: Ordinary users can crash mysql server

2001-04-30 Thread Gustavo Vieira Gonçalves Coelho Rios
problems with Interbase, or Hotmail > > > (even better!) or the countless problems on Microsoft programs. It's > > > indispensable to search for bugs, but again, give the manufacturer at least > > > a chance to look into a matter before giving hackers a doorway to

Re: Ordinary users can crash mysql server

2001-04-30 Thread Rene Tegel
y to crash your > > machine and worse steal or destroy your data. > > > > Markus Gieppner > > MGF International Inc. > > > > -Original Message- > > From: Chris DiBona [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, April 29, 2001 6:08 PM > >

Re: Ordinary users can crash mysql server

2001-04-30 Thread Gustavo Rios
Yes, i use the same directory for data and log files (/var/db/mysql). And, as far as i know, there is mysqld options that allows me to specify a directory to hold all logs. How can this be accomplished? Thanks for your support and time. -- Original Message -

Re: Ordinary users can crash mysql server

2001-04-30 Thread Gustavo Vieira Gonçalves Coelho Rios
; -Original Message----- > From: Chris DiBona [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 29, 2001 6:08 PM > To: Markus Gieppner > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Ordinary users can crash mysql server > > I disagree with you markus, and here is wh

RE: Ordinary users can crash mysql server

2001-04-29 Thread Chris DiBona
> -Original Message- > From: Chris DiBona [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 29, 2001 6:08 PM > To: Markus Gieppner > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Ordinary users can crash mysql server > > > I disagree with you markus, and here i

RE: Ordinary users can crash mysql server

2001-04-29 Thread Markus Gieppner
To: Markus Gieppner Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Ordinary users can crash mysql server I disagree with you markus, and here is why.. 1gustavo probably isn't the only person who has noticed this, so it's fair to say it's already made the round am

RE: Ordinary users can crash mysql server

2001-04-29 Thread Chris DiBona
---Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 29, 2001 11:13 AM > To: [EMAIL PROTECTED] > Subject: Ordinary users can crash mysql server > > > >Description: > When a ordinary users tries to analyze bin log using a

Re: Ordinary users can crash mysql server

2001-04-29 Thread Jeremy Zawodny
On Sun, Apr 29, 2001 at 03:12:51PM +, [EMAIL PROTECTED] wrote: > >Description: > When a ordinary users tries to analyze bin log using a remote host (-h >ip_address) mysql server daemons crahes. > >How-To-Repeat: > Just use mysqlbinlog to analyze a remote host binlog. > mysql

RE: Ordinary users can crash mysql server

2001-04-29 Thread Markus Gieppner
r handling is a must. Obrigado. Markus Gieppner -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 29, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: Ordinary users can crash mysql server >Description: When a ordinary users tries to analy

Ordinary users can crash mysql server

2001-04-29 Thread gustavo
>Description: When a ordinary users tries to analyze bin log using a remote host (-h ip_address) mysql server daemons crahes. >How-To-Repeat: Just use mysqlbinlog to analyze a remote host binlog. mysql -h ip_address -u user -p pass file For instance (My environmen