Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. mysql> GRANT CREATE,SELECT,INSERT,UPDATE,DELETE ON ...my db username and pass
  2.  
  3. ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
  4.  
  5. mysql -u root -p
  6.  
  7. flush-privileges;
  8.  
  9. FLUSH PRIVILEGES;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement