Skip to content

Instantly share code, notes, and snippets.

@arpadtamasi
Created December 6, 2017 12:07
Show Gist options
  • Save arpadtamasi/13ffdd4e1db335056a08cef43b189e07 to your computer and use it in GitHub Desktop.
Save arpadtamasi/13ffdd4e1db335056a08cef43b189e07 to your computer and use it in GitHub Desktop.
sample query for article
> SELECT CURRENT_USER();
+----------------+
| CURRENT_USER() |
+----------------+
| @localhost |
+----------------+
1 row in set (0.00 sec)
> SELECT USER();
+-------------------+
| USER() |
+-------------------+
| samebug@localhost |
+-------------------+
1 row in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment