Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created November 4, 2015 08:28
Show Gist options
  • Select an option

  • Save ramingar/519c50d685962be1ffa7 to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/519c50d685962be1ffa7 to your computer and use it in GitHub Desktop.
Create mysql user #database #mysql #create #user

create user 'usuario'@'localhost' identified by 'password';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment