normally one would say:
GRANT ALL PRIVILEGES ON . TO 'monty'@'%'
Can we use a wildcard where we can target specific databases only like this:
GRANT ALL PRIVILEGES ON SHOP%.* TO 'monty'@'%'
We would like to give insert privileges to a user on databases that start with prefix "SHOP"