Re: Urgent: mysql_history on windows ?
[email protected] Thu, 3 May 2007 08:48:18 -0500
| Newsgroups | gmane.comp.db.mysql.windows |
|---|---|
| Message-ID | <OF2DC72A9D.0DD9F08C-ON862572D0.004B97C8-862572D0.004BD5D9@mdacc.tmc.edu> |
> Hi, > I need to track the mysql commands executed on mine system , I am running windows with mysql 5.x > I know there is a file .mysql_history and hopes there must be a similar file on windows too. > > Pl. help me urgently, > Thanks, > -- > Regards, > Abhishek Jain If you are asking about the commands from a particular client, you can use the --tee=/path/to/file/output.txt option and cull what you need from the file created. David