Connect Nodejs App to MySQL Server | Nodejs With MySQL And Express Tutorials
Small Academy
This is part - 4 of the Nodejs with Express and MySQL series , in this video i talked about , how to create a MySQL connection and How a database as well as table can be created using MySQL query using node app.
Source Code: https://steemit.com/nodejs/@bikashny/how-to-connect-mysql-to-nodejs-app
Three Mysql methods i talked about in this video is
createConnection()
connect()
query()
CreateConnection() - Method stores the database information and these information is passed through when connect() method is called in the program.
connect() - method actually initialize and establish our database connection.
query() - method is used to send the query commands to the database server and retrieve the results of the query.
---
Please watch: "Render SCSS to CSS Nodejs | SCSS Tutorials For Front-End Web Development "
https://www.youtube.com/watch?v=ItCGgKg2pUY
--~~~----
...
https://www.youtube.com/watch?v=730-Zgc3DvM-~~~--
19954434 Bytes