Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Host: %
  2. User: someone
  3. Password: mypassword
  4. Select_priv, Insert_priv, Update_priv, Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv, File_priv, Grant_priv, References_priv, Index_priv, Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv, Create_view_priv, Show_view_priv, Create_routine_priv, Alter_routine_priv, Create_user_priv: Y
  5. max_questions, max_updates, max_connection, max_user_connections: 0
  6.  
  7. mysqld_safe --skip-grant-tables
  8.  
  9. set password for 'someone'@'localhost' password('new fancy password')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement