Skip to content

Instantly share code, notes, and snippets.

@sarahg
Created December 17, 2019 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahg/4f80bb0d2a5e2d125f14f9e32135bdf5 to your computer and use it in GitHub Desktop.
Save sarahg/4f80bb0d2a5e2d125f14f9e32135bdf5 to your computer and use it in GitHub Desktop.
MariaDB [pantheon]> SELECT host FROM mysql.user;
+-----------+
| host |
+-----------+
| % |
| 127.0.0.1 |
| ::1 |
| localhost |
+-----------+
4 rows in set (0.036 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment