Ask a Question related to MySQL, Design and Development.
-
nousernospam #1
how to see users logged into mysql?
hi!
how to see users logged into mysql?
I would like to know who is actually logge into MySQL under my slack
greetings
jerzu
nousernospam Guest
-
MSI file installation fails on computers with logged-inrestricted users
I'm trying to package Flash Player 8b for silent distribution via Microsoft SMS. My package works correctly on computers where a logged in user is... -
Hard to explain, has to do with users, last logged intime, and my database
Okay everyone this is closly related to my other topic but they are different. I keep a field in my database called loggedin, which is set to yes if... -
MySQL and 80,000+ users
I have a web site, bentelhalal.com, for matchmaking services (ASP + MySQL). I have currently like 83,000 members. "musers" table consists of 65... -
Logged users showing as "ADMIN"
Hi, This only works if you have secured your database thereby forcing users to logon. Without security, every user is 'Admin'. -- HTH Dan... -
asp get Table Column ( Show Active Users Names Logged On )
Hello; I know how to get a "Database Table" with ASP. But what I am trying to get is the Table Column. This is what I am needing. ( Could... -
Markus Popp #2
Re: how to see users logged into mysql?
Hi,
If you have the SUPER privilege, you can do this with 'show processlist'
(without the SUPER privilege, you will only see your connections).
Markus
"nousernospam" <nousernospam@wp.pl> schrieb im Newsbeitrag
news:gxle5x1tqsfx.10h8gaj5kycib.dlg@40tude.net...> hi!
> how to see users logged into mysql?
> I would like to know who is actually logge into MySQL under my slack
>
> greetings
> jerzu
Markus Popp Guest
-
nousernospam #3
Re: how to see users logged into mysql?
Dnia Tue, 13 Dec 2005 15:32:24 +0100, Markus Popp napisał(a):
I am root but I cant see all users in process list - I see only mine> Hi,
>
> If you have the SUPER privilege, you can do this with 'show processlist'
> (without the SUPER privilege, you will only see your connections).
processes :(
nousernospam Guest
-
Brian Wakem #4
Re: how to see users logged into mysql?
nousernospam wrote:
> Dnia Tue, 13 Dec 2005 15:32:24 +0100, Markus Popp napisał(a):
>> I am root but I cant see all users in process list - I see only mine>> Hi,
>>
>> If you have the SUPER privilege, you can do this with 'show processlist'
>> (without the SUPER privilege, you will only see your connections).
> processes :(
In which case there are no users 'logged in'. If a user has a
connection and isn't doing anything it will still show up in the
processlist in the 'sleep' state.
--
Brian Wakem
Email: [url]http://homepage.ntlworld.com/b.wakem/myemail.png[/url]
Brian Wakem Guest
-
Bill Karwin #5
Re: how to see users logged into mysql?
"nousernospam" <nousernospam@wp.pl> wrote in message
news:15uo9g3gqezl0.12qv3p6ntduat$.dlg@40tude.net.. .Start a session in the "mysql" tool using another MySQL account in another> I am root but I cant see all users in process list - I see only mine
> processes :(
window. Then do show processlist again in your root MySQL session. Do you
see the additional account?
Regards,
Bill K.
Bill Karwin Guest



Reply With Quote

