Question:How do I find out all databases starting with ‘test to which I have access to?
A SHOW DATABASES LIKE ‘%test%’; B SHOW DATABASES LIKE ‘%test; C SHOW DATABASES LIKE ‘'test'%’; D SHOW DATABASES LIKE ‘test%’;
+ AnswerD
+ Report