MySQL system users
Shows system users
SELECT user, authentication_string, plugin, host FROM mysql.user;
by Valeri Tandilashvili
4 years ago
MySQL
1
Pro tip: use ```triple backticks around text``` to write in code fences