Skip to content

Instantly share code, notes, and snippets.

@chandlerroth
Last active October 17, 2019 15:01
Show Gist options
  • Save chandlerroth/03ec2ca2aa80991ae525994ab4f64a65 to your computer and use it in GitHub Desktop.
Save chandlerroth/03ec2ca2aa80991ae525994ab4f64a65 to your computer and use it in GitHub Desktop.
MySQL queries
-- grant UPDATE privilege to column on a particular table
GRANT UPDATE 'column' ON db.table to 'user.name'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment