|
Hi folks,
I issued following command;
CREATE DATABASE mail;
GRANT all privileges on mail.* TO user-1@localhost IDENTIFIED BY 'pass1' ;
GRANT all privileges on mail.* TO user-1@127.0.0.1 IDENTIFIED BY 'pass1' ;
Now I need to revoke user-1's prvileges assigning it to user-2. How can I make it?
TIA
B.R.
satimis
|