Software
>>
Services
>>
RDBMS
>>
MySQL
>>
Administration
>>
How to delete a user
mysql> DELETE FROM mysql.user -> WHERE User='user_name' and Host='host_name'; mysql> FLUSH PRIVILEGES;
Please enable JavaScript to view the
comments powered by Disqus.