Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. login as: root
  2. Access denied
  3. root@206.253.164.2's password:
  4. Last login: Mon Jul 25 11:06:12 2011 from 82.74.112.247
  5. [root@hg8 ~]# mysql -u root -p
  6. Enter password:
  7. Welcome to the MySQL monitor. Commands end with ; or \g.
  8. Your MySQL connection id is 15
  9. Server version: 5.1.52 Source distribution
  10.  
  11. Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
  12. This software comes with ABSOLUTELY NO WARRANTY. This is free software,
  13. and you are welcome to modify and redistribute it under the GPL v2 license
  14.  
  15. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  16.  
  17. mysql> mysqladmin -u root password *************
  18. -> mysqladmin -u root password *************;
  19. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqladmin -u root password *************
  20. mysqladmin -u root password **********' at line 1
  21. mysql> Ctrl-C -- exit!
  22. Aborted
  23. [root@hg8 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement