MySQL 8.0 Release Notes
MySQL 8.0 Source Code Documentation
Pre-General Availability Draft: 2017-07-17
To remove an account, use the DROP
USER statement, which is described in
Section 13.7.1.5, “DROP USER Syntax”. For example:
mysql> DROP USER 'jeffrey'@'localhost';