Advertisement
swaggboi

login-row

Dec 2nd, 2020
1,708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.79 KB | None | 0 0
  1. MariaDB [logins]> SELECT * FROM logins WHERE login_id = 75;
  2. +----------+---------------------+-------------+-------------+----------------------------------------+--------------+----------+-------------+
  3. | login_id | created_at          | sock_domain | remote_port | remote_hostname                        | remote_ip    | username | password    |
  4. +----------+---------------------+-------------+-------------+----------------------------------------+--------------+----------+-------------+
  5. |       75 | 2020-11-27 18:53:06 | AF_INET     |       35940 | 31.red-80-32-217.staticip.rima-tde.net | 80.32.217.31 | root     | oelinux1234 |
  6. +----------+---------------------+-------------+-------------+----------------------------------------+--------------+----------+-------------+
  7. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement