---
title: "How do I find out all databases starting with ‘tech’ to which I have access to?"  
description: "How do I find out all databases starting with ‘tech’ to which I have access to?"  
author: "Anonymous User"  
published: 2012-04-09  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1430/how-do-i-find-out-all-databases-starting-with-tech-to-which-i-have-access-to  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# How do I find out all databases starting with ‘tech’ to which I have access to?

SHOW DATABASES LIKE ‘tech%’;

## Answers

### Answer by Anonymous User

SHOW DATABASES LIKE ‘tech%’;


---

Original Source: https://www.mindstick.com/interview/1430/how-do-i-find-out-all-databases-starting-with-tech-to-which-i-have-access-to

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
