Using following query you can find out all databases starting with “mysql”.
SHOW DATABASES LIKE ‘mysql%’;
MySQL Interview Questions and Answers
Using following query you can find out all databases starting with “mysql”.
SHOW DATABASES LIKE ‘mysql%’;