Contributor
Kyle
April 17
Edit

Remove or revoke DB access or privileges from mysql user both local and remote

Remove or revoke DB access or privileges from mysql user both local and remote:

REVOKE ALL PRIVILEGES ON *.* FROM 'plugins_dbuser'@'localhost';

REVOKE ALL PRIVILEGES ON *.* FROM 'plugins_dbuser'@'%';

Send us a message. We will reply as soon as we can.