Mega Code Archive

 
Categories / MySQL / User Permission
 

Have the user joss grant the DELETE privilege to marti@localhost

GRANT DELETE ON duckwear.duck_sales TO marti@localhost; SHOW GRANTS FOR marti@localhost;