REVOKE
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'root'@'localhost';
GRANT
GRANT ALL ON *.* TO 'root'@'localhost';
grant all privileges on mydb.* to myuser@localhost identified by 'mypasswd';
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)