Jump to content

Command Crate ¿about?

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.

databases [kb:263]