MySQL Forums
Forum List  »  MySQL Administrator

Re: how to deny users to login to other databases on the same mysql server
Posted by: Umesh Shastry
Date: July 23, 2009 04:37AM

Could you show the GRANT statement you have used for that user? and what is the output of below SQL command (replace user with actual user name)

show grants for user@localhost;
show grants for user@'%';

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: how to deny users to login to other databases on the same mysql server
July 23, 2009 04:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.