Logging all Access

2008-11-27 Thread Darvin Denmian
I wonder if there is the possibility of registering the users' access
to the server Mysql.
Something similar to the command last of Unix-like systems.

Thanks.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Logging all Access

2008-11-27 Thread Andy Shellam

Hi Darvin,

Does this not help?

http://dev.mysql.com/doc/refman/5.0/en/query-log.html

(replace 5.0 with 5.1 if you've already upgraded.)

The general query log is a general record of what mysqld is doing. The 
server writes information to this log when clients connect or 
disconnect, and it logs each SQL statement received from clients ...


Regards,
Andy


Darvin Denmian wrote:

I wonder if there is the possibility of registering the users' access
to the server Mysql.
Something similar to the command last of Unix-like systems.

Thanks.

  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Logging all Access

2008-11-27 Thread Darvin Denmian
Help and much, thank you for the answer, I just want to know if there
is something specific to the purpose of the access log of users.
But the alternative is a good start :)

On Thu, Nov 27, 2008 at 3:06 PM, Andy Shellam [EMAIL PROTECTED] wrote:
 Hi Darvin,

 Does this not help?

 http://dev.mysql.com/doc/refman/5.0/en/query-log.html

 (replace 5.0 with 5.1 if you've already upgraded.)

 The general query log is a general record of what mysqld is doing. The
 server writes information to this log when clients connect or disconnect,
 and it logs each SQL statement received from clients ...

 Regards,
 Andy


 Darvin Denmian wrote:

 I wonder if there is the possibility of registering the users' access
 to the server Mysql.
 Something similar to the command last of Unix-like systems.

 Thanks.





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]