Grant a user permission to only view a MySQL view and nothing else August 6, 2023 by Tarik GRANT SELECT ON database1.view1 TO 'someuser'@'somehost';