Home > Uncategorized > Some useful Database commands

Some useful Database commands

Grant Trigger permission to a MySQL user:

GRANT TRIGGER ON <DBNAME>.* to <USER>;
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment