Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. mysql> SELECT User,Host,Password FROM mysql.user;
  2. +------------------+-----------+-------------------------------------------+
  3. | User | Host | Password |
  4. +------------------+-----------+-------------------------------------------+
  5. | root | localhost | ******************************************|
  6. | root | 127.0.0.1 | ******************************************|
  7. | root | ::1 | ******************************************|
  8. | debian-sys-maint | localhost | ******************************************|
  9. +------------------+-----------+-------------------------------------------+
  10. 4 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement