How do I find out all databases starting with ‘mysql’ to which I have access to?

Using following query you can find out all databases starting with “mysql”.

SHOW DATABASES LIKE ‘mysql%’;