List MySQL/MariaDB users and hosts
SELECT user,host FROM mysql.user;
Retrieves a list of users and their associated hosts from the MySQL or MariaDB mysql.user table.
SELECT user,host FROM mysql.user;
Retrieves a list of users and their associated hosts from the MySQL or MariaDB mysql.user table.