MySQL: Revoke Permissions
Revoke Permissions
REVOKE
ALL
PRIVILEGES
ON
`{db}`
.
*
FROM
'{user}'
@
'%'
;
admin
,
database
,
mysql
,
sql