Connecting Node.js to a MySQL Database | Node.js Connect MySQL with Node app

preview_player
Показать описание
In this video, we will learn how to connect the Mysql database to the NodeJs application. Before we go deep into the coding part, let’s get a brief introduction about these technologies:

NodeJs: An open-source platform for executing javascript code on the server side. Also a javascript runtime built on Chrome’s V8 JavaScript engine. It can be downloaded from here
Mysql: An open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). It is the most popular language for adding, accessing and managing content in a database. Here we will use the Mysql as a database for our node application. It can be downloaded from here.
Node -v: It will show node version in our system.
Mysql -v: It will show Mysql version in our system.
Рекомендации по теме
Комментарии
Автор

i am getting an error that unhandeled "err" event

Sairam-Kagitha
Автор

I'm facing this problem when I'm trying to open on browser _
[nodemon] app crashed - waiting for file changes before starting...

Deqike_Michael