How to Remove Permissions for a MySQL User on Linux via the Command Line

6 Views
Published
In this video, we describe how to remove permissions for a MySQL user via the Linux command line.

Commands used:
mysql -u root -p
show grants for "testuser'@'localhost';
revoke create on *.* from "testuser'@'localhost';
flush privileges;

The related article for this article can be found here: https://www.liquidweb.com/kb/remove-permissions-for-a-mysql-user-on-linux-via-command-line/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or
to learn more about our Dedicated server offerings, visit: https://www.liquidweb.com/products/dedicated/

Video by: Justin Palmer
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment