Skip to content

Instantly share code, notes, and snippets.

@gabrielem
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielem/4671397cebe7fa914b9f to your computer and use it in GitHub Desktop.
Save gabrielem/4671397cebe7fa914b9f to your computer and use it in GitHub Desktop.
insert-new-user
#asdf7890
INSERT INTO `a_utenti` (`id`, `id_a_utenti_cat`, `nome`, `cognome`, `email`, `password`, `data_iscrizione`, `attivo`, `bannato`, `data_nascita`, `indirizzo`, `citta`, `provincia`, `regione`, `paese`, `cap`, `cf`, `piva`) VALUES
(1, 2, 'Marco', 'Iacovitti', 'marco.iacovitti@hmts.it', '1a06a208db9096ebd4fa6838879e1bf2', 1318903622, 1, 0, 0, '', '', '', '', '', '', '', ''),
(1, 2, '{ProjectName}', 'admin', '{ProjectName@ProjectName}', '{here_the_password_hash} ', 1318903622, 1, 0, 0, '', '', '', '', '', '', '', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment