GRANT ALL ON employees.* TO manish@localhost IDENTIFIED BY "eagle"
The above command grants account (manish@localhost) all the permissions
on employees.
It also sets the password to "eagle".
GRANT ALL ON employees.* TO manish@localhost IDENTIFIED BY "eagle"
The above command grants account (manish@localhost) all the permissions
on employees.
It also sets the password to "eagle".