mysql user wants to choose to display some info 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';