Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iflamed/9dc94513eccbb5849e3d to your computer and use it in GitHub Desktop.

Select an option

Save iflamed/9dc94513eccbb5849e3d to your computer and use it in GitHub Desktop.

Revisions

  1. @trapp trapp renamed this gist Dec 12, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @trapp trapp renamed this gist Dec 12, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @trapp trapp revised this gist Dec 12, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sql
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Don't forget to replace »password« with a strong password.
    -- Don't forget to replace »password« with a strong password.
    create user 'username'@'localhost' identified by 'password';
    grant all privileges on *.* to 'username'@'yourip' IDENTIFIED BY 'password' with grant option;
    flush privileges;
  4. @trapp trapp created this gist Dec 12, 2012.
    4 changes: 4 additions & 0 deletions gistfile1.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # Don't forget to replace »password« with a strong password.
    create user 'username'@'localhost' identified by 'password';
    grant all privileges on *.* to 'username'@'yourip' IDENTIFIED BY 'password' with grant option;
    flush privileges;