Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> SELECT Host,User,LEFT(Password,10) FROM user;
- +----------------+------------------+-------------------+
- | Host | User | LEFT(Password,10) |
- +----------------+------------------+-------------------+
- | localhost | root | *D0A502E59 |
- | CI7 | root | *D0A502E59 |
- | 127.0.0.1 | root | *D0A502E59 |
- | ::1 | root | *D0A502E59 |
- | localhost | | |
- | CI7 | | |
- | localhost | debian-sys-maint | *085B0D41A |
- | localhost | mythtv | *AE40320EB |
- | % | mythtv | *AE40320EB |
- | c2d | mythtv | *CC8F35F58 |
- | 192.168.97.102 | mythtv | *AE40320EB |
- +----------------+------------------+-------------------+
Advertisement
Add Comment
Please, Sign In to add comment