How to delete or remove a MySQL/MariaDB user account on Linux/Unix
To delete or remove a MySQL or MariaDB user account on Linux or Unix, you can use the DROP USER command. Here’s how to delete a MySQL or MariaDB user account: Connect to the MySQL or MariaDB database as a user with sufficient privileges: mysql -u <username> -p where <username> is the name of the … Read more