mysql -uroot -p
mysql> select user, host,password from user;
mysql> drop user 'username'@'hostname';