How do I find out all databases starting with ‘test to which I have access to?
SHOW DATABASES LIKE ‘%tech%’;
SHOW DATABASES LIKE ‘%tech;
SHOW DATABASES LIKE ‘'tech'%’;
SHOW DATABASES LIKE ‘tech%’;