Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. C:Program FilesMySQLMySQL Server 5.6bin>
  2. mysql_config_editor set --login-path=client --host=localhost --user=root --password
  3.  
  4. C:Program FilesMySQLMySQL Server 5.6bin>
  5. mysql_config_editor print --all
  6.  
  7. [client]
  8. user = root
  9. password = *****
  10. host = localhost
  11.  
  12. C:Program FilesMySQLMySQL Server 5.6bin>
  13. mysql --login-path=client
  14.  
  15. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
  16.  
  17. C:Program FilesMySQLMySQL Server 5.6bin>
  18. mysql --user=root --password=[password]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement