Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created May 23, 2011 19:36
Show Gist options
  • Save eminetto/987391 to your computer and use it in GitHub Desktop.
Save eminetto/987391 to your computer and use it in GitHub Desktop.
INSERT INTO users (username, password, name, valid, ROLE) VALUES ('eminetto',md5('teste'),'Elton Minetto', 1, 'admin');
INSERT INTO users (username, password, name, valid, ROLE) VALUES ('steve',md5('teste'),'Steve Jobs', 1, 'redator');
INSERT INTO users (username, password, name, valid, ROLE) VALUES ('bill',md5('teste'),'Bill Gates', 1, 'visitante');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment