Hi,
I have created a new user and grant only for one database
grant all privileges on A.* to a@localhost identified by 'a'
but after some time when i login with this user
and do show databases;
it show all databases on this server
when i do flush privileges commad now this user work fine show only one particular database
but after while when I login from this user all databases shows
how can counter this problem ??