---
title: "How can we create a database using PHP and MySQL?"  
description: "How can we create a database using PHP and MySQL?"  
author: "Anonymous User"  
published: 2012-05-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1439/how-can-we-create-a-database-using-php-and-mysql  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# How can we create a database using PHP and MySQL?

We can create MySQL database with the use of\
mysql_create_db("Database Name")

## Answers

### Answer by Anonymous User

We can create MySQL database with the use of\
mysql_create_db("Database Name")


---

Original Source: https://www.mindstick.com/interview/1439/how-can-we-create-a-database-using-php-and-mysql

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
