NodeJS with Mysql

Mysql is a Database used to store and retrieve information. We can integrate Nodejs to any SQL or no-SQL database for storing and retrieving information. MYSQL is an SQL based RDBMS.

We assume you have already installed mysql in your system. If not then you can use the below command to install mysql in your Linux system.

sudo apt install mysql-server

After installation you can connect to Mysql Database using below command.

sudo mysql
Below SS shows how does it look

node js with mysql

Subscribe Now