---
title: "How you will create a database on the mysql server with unix shell?"  
description: "How you will create a database on the mysql server with unix shell?"  
author: "Anonymous User"  
published: 2012-02-13  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1387/how-you-will-create-a-database-on-the-mysql-server-with-unix-shell  
category: "mysql"  
tags: ["mysql"]  
reading_time: 1 minute  

---

# How you will create a database on the mysql server with unix shell?

mysql> create database databasename;

## Answers

### Answer by Anonymous User

mysql> create database databasename;


---

Original Source: https://www.mindstick.com/interview/1387/how-you-will-create-a-database-on-the-mysql-server-with-unix-shell

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
