---
title: "How Switch (select or use) to a database."  
description: "How Switch (select or use) to a database."  
author: "Anonymous User"  
published: 2012-02-13  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1386/how-switch-select-or-use-to-a-database  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# How Switch (select or use) to a database.

mysql> use databasename;

## Answers

### Answer by Anonymous User

mysql> use databasename;


---

Original Source: https://www.mindstick.com/interview/1386/how-switch-select-or-use-to-a-database

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
