Nodejs MySql Create Database

In this tutorial you will learn about the Nodejs MySql Create Database and its application with practical example.

Node.js MySql Create Database

MySQL Database can simply be created using “CREATE DATABASE” statement.

Table Of Contents

Example :- Let’s create MySQL database named as “nodemysql”

Step 1:- Let’s, create a node_mysql_create_db.js file and put the following code in it –

Step 2:- Save the code and open the terminal again, and type the following command in order to run the file.

you will see following output on terminal –

Node.js MySql Create Database

Node.js MySql Create Database

 

 

In this tutorial we have learn about the Nodejs MySql Create Database and its application with practical example. I hope you will like this tutorial.