To restrict the user to manipulating data (rather than table or database structures) : Local User : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Local User »

 

To restrict the user to manipulating data (rather than table or database structures)


GRANT SELECT,INSERT,UPDATE,DELETE
ON myDatabase.*
TO newuser@localhost
IDENTIFIED BY 'newpassword';



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» Local User