RE: [PHP] Logfile of Mysql Queries?

2002-04-04 Thread Rick Emery

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

-Original Message-
From: Moschitz Martin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 04, 2002 8:55 AM
To: [EMAIL PROTECTED]
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




Re: [PHP] Logfile of Mysql Queries?

2002-04-04 Thread 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