To remove a MySQL user account run this command: mysql> drop user [username]; Dropping user will not disconnect an active database session, it will take effect after the user disconnects.
© 2005 tiplib.com