albertyw.com
Resumé
Projects
Notes
Shelf
About
Github
Notes
Showing Users in Different Databases
July 7, 2018
Cassandra
LIST
USERS
;
PostgreSQL
\du
MySQL
SELECT
user
,
host
FROM
mysql
.
user
;