How to Remove a MySQL User using SSH
This guide explains how to remove a MySQL user through SSH. The MySQL user is an entry in the USER table of the MySQL server that provides the host information, login information, and account privileges for the MySQL account. Let us follow a few steps: Log in to your Server through SSH. Access MySQL prompt. …