Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js JavaScript Learn
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
Node.js Assert Code
Node.js Assert Function
Node.js console.time()
Node.js console.table()
Node.js DNS Code
Node.js cipher.final()
Node.js URL.hash API
Node.js URL.host API
Node.js URL.origin API
Node.js MySQL
Folders in Node.js
Folders Node.js part3
Rename Folder Node.js
Remove Folder Node.js
 


  

 
Node.js MySQL
Question Posted on 04 Jun 2024

Home >> Tutorial >> Node.js Tutorial >> Node.js MySQL


Node.js MySQL

Node.js MySQL


We can used Node.js in database applications. And when we say about the database application, here one of the most popular database is MySQL.

You can download free MySQL datatbase at https://www.mysql.com/downloads/

Install MySQL Driver


Once you are confirm that MySQL is up and running on your computer, we can access by using Node.js.

And to access the MySQL database with Node.js, we need driver for MySQL. Here you will get the details how to use "MySQL" module by downloading from NPM.

And to download and install the "MySQL" module, open the command terminal and execute the below command:-


npm install mysql


Once you have downloaded and install a mysql database driver. You need to use the below module to manipulate the MySQL database:-


var mysql = require('mysql');


Create Connection


To start the connection to database. You need to put the username and password from MySQL database. Below is the file to create database connection and filename is demoConnection.js.

To view the file code

Download Code


mySQL connection

To run the command on Node.js command prompt use the below command with file name:-


node demoConnection.js


Once you run above command you will get below output.



mySQL connection

Query a Database


We use SQL statements to read from a MySQL database. And this is called "to query" the database. The connection object created in the example above, has a method for querying the database. And we name the file is mySQLQueryTest.js.

The query method takes an sql statements as a parameter and returns the result.

To view the code

Download Code



mySQL connection





Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |