How to know that user already login?

2003-10-30 Thread William IT
Dear All, How do I know that User USER1 already login to Mysql? I am creating multiuser program and need to set only one User Name uses at same time. If there is 3 users that my login as User1, User2 and User3. William -- MySQL General Mailing List For list archives:

Re: How to know that user already login?

2003-10-30 Thread Roger Baklund
* William IT How do I know that User USER1 already login to Mysql? SHOW PROCESSLIST will list all connections and the corresponding user. I am creating multiuser program and need to set only one User Name uses at same time. If there is 3 users that my login as User1, User2 and User3. In