On Thursday 17 June 2004 03:28, Tal Achituv wrote:
> Someone deleted one of my databases, and I would like to find out who...
> (which user and what time is enough)

unless you turned on detailed logs in your setup, you can't really have human 
readable logs, mainly as logging every SQL query would massivly degrade 
performance. all you have is the binary logs under /var/lib/mysql and I don't 
know if they can be read or if they will contain the information that you 
want

> How can i know what are the startup parameters of my current mysql
> installation?

As a priviliged user run
show variables;

-- 
Oded

::..
"The President has kept all of the promises he intended to keep."
        -- Clinton aide George Stephanopolous speaking on Larry King Live

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to