On Wed, Jan 31, 2001 at 09:44:06AM +0100, Chappuis J.-Vincent wrote:
> Hi all !
> 
> I would like to know when the fields value has been changed and by
> wich user ?  Does it exist a trace or an history of the tables in
> mysql database ?

Maybe. If logging is enabled on the server, you can probably track
down the change. If not (and you have no backups from earlier), you're
mostly out of luck.

You could check the timestamp on the .frm file for the table to see
when it was last changed, but that won't tell you WHO changed it.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878    Fax: (408) 530-5454
Cell: (408) 439-9951

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to