Advertisement
swaggboi

query

Nov 25th, 2020
1,230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.81 KB | None | 0 0
  1. MariaDB [logins]> SELECT * FROM logins;
  2. +----------+---------------------+-------------+-------------+------------------------+----------------------------------------+----------+-----------+
  3. | login_id | created_at          | sock_domain | remote_port | remote_hostname        | remote_ip                              | username | password  |
  4. +----------+---------------------+-------------+-------------+------------------------+----------------------------------------+----------+-----------+
  5. |        1 | 2020-11-26 00:20:43 | AF_INET6    |       37198 | optepr0n.swaggnet.real | fdc5:acbd:5ab1:d9c1:225:90ff:fe57:2da4 | swaggboi | Password1 |
  6. +----------+---------------------+-------------+-------------+------------------------+----------------------------------------+----------+-----------+
  7. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement