Re: MySQL TPC benchmark

2008-10-10 Thread Sachin Gaikwad
On Fri, Oct 10, 2008 at 6:29 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > Hello Sachin > > have you looked at using Benchmark Suite? > http://dev.mysql.com/doc/refman/5.0/en/mysql-benchmarks.html Yes, I am looking at it now. But still I need TPC benchmark which is standard in transactions world!

MySQL TPC benchmark

2008-10-10 Thread Sachin Gaikwad
Hi all Is there a MySQL TPC benchmark available to download ? If someone is aware of such a thing, let me know. Thanks, Sachin -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Access Rights ?

2008-10-06 Thread Sachin Gaikwad
Alrite guys. I added log=/tmp/logfile in /etc/my.cnf and removed "log = FILE, TABLE". Now it is logging each query. Thanks for the support. Sachin On Mon, Oct 6, 2008 at 3:13 PM, Sachin Gaikwad <[EMAIL PROTECTED]> wrote: > More on this: > > I set following in /etc/my.c

Re: Access Rights ?

2008-10-06 Thread Sachin Gaikwad
More on this: I set following in /etc/my.cnf: log = FILE, TABLE after this I am not able to start my mysqld, it fails with timeout error message "Timeout error occurred trying to start MySQL Daemon." Thanks, Sachin On Mon, Oct 6, 2008 at 3:01 PM, Sachin Gaikwad <[EMAIL PROT

Re: Access Rights ?

2008-10-06 Thread Sachin Gaikwad
nd delete > the e-mail from your system. > > > -Original Message- > > From: Sachin Gaikwad [mailto:[EMAIL PROTECTED] > Sent: Monday, October 06, 2008 2:07 PM > To: mysql@lists.mysql.com > Subject: Access Rights ? > > Hi all, > > I am newbie using MySQL. I wan

Access Rights ?

2008-10-06 Thread Sachin Gaikwad
Hi all, I am newbie using MySQL. I want to log each client request to database server. I thought when server checks access rights of user(client) will be good place to "log" all "access/read/update" requests. If somebody knows where exactly this is done in source code, I will get a real kick star