select user,host from mysql.user exit; code example
Example: SELECT User,Host FROM mysql.user;
SELECT User,Host FROM mysql.user;
DROP USER 'testuser'@'localhost';
SELECT User,Host FROM mysql.user;
DROP USER 'testuser'@'localhost';