A certain query happened on our server today, that we'd like to find
the source of.  I can see the query in our binary long...

mysqlbinlog <today's logfile> shows:

  # at 114047594
  #070509 15:29:21 server id 2  end_log_pos 114047722     Query   
thread_id=1041159       exec_time=0     error_code=0
  SET TIMESTAMP=1178738961;
  [here is the query in question]

Is there a way for us to find out:
1. what mysql username issued this query?
2. what IP/hostname that session was connected from?

  -- Cos

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

Reply via email to