Advertisement
Guest User

Untitled

a guest
May 26th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Morgan:~# mysql -u root
  2. Welcome to the MySQL monitor. Commands end with ; or \g.
  3. Your MySQL connection id is 9
  4. Server version: 5.0.32-Debian_7etch12-log Debian etch distribution
  5.  
  6. Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
  7.  
  8. mysql> flush privileges;
  9. Query OK, 0 rows affected (0.03 sec)
  10.  
  11. mysql> use mysql
  12. Reading table information for completion of table and column names
  13. You can turn off this feature to get a quicker startup with -A
  14.  
  15. Database changed
  16. mysql> update user set password=PASSWORD(.smokepot.) where User=.root.;
  17. 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 ') where User=.root.' at line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement