Logfile of Mysql Queries?

Logfile of Mysql Queries?

am 04.04.2002 16:54:36 von Moschitz Martin

Is there any possibility of logging all the Insert, Update and Delete
Commands to a database of Mysql-Server? I would like to fetch them with php
and display them in HTML.

thanxs martin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Logfile of Mysql Queries?

am 04.04.2002 17:11:18 von Jason Wong

On Thursday 04 April 2002 22:54, Moschitz Martin wrote:
> Is there any possibility of logging all the Insert, Update and Delete
> Commands to a database of Mysql-Server? I would like to fetch them with php
> and display them in HTML.

Yes. This is off-topic, look in the MySQL manual.


--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
If a guru falls in the forest with no one to hear him, was he really a
guru at all?
-- Strange de Jim, "The Metasexuals"
*/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Logfile of Mysql Queries?

am 04.04.2002 17:43:10 von Rick Emery

on a unix/linux box, all queries are in /var/log/mysqld

-----Original Message-----
From: Moschitz Martin [mailto:Martin.Moschitz@arcs.ac.at]
Sent: Thursday, April 04, 2002 8:55 AM
To: php-general@lists.php.net
Subject: [PHP] Logfile of Mysql Queries?


Is there any possibility of logging all the Insert, Update and Delete
Commands to a database of Mysql-Server? I would like to fetch them with php
and display them in HTML.

thanxs martin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php