반응형
MYSQL2
https://github.com/sidorares/node-mysql2
https://www.npmjs.com/package/mysql2
설치
npm install --save mysql2
First Query
// get the clientconst mysql = ; // create the connection to databaseconst connection = mysql//원본 소스에는 비밀번호부분이 없다password : '000000'; // simple queryconnection; // with placeholderconnection;
해당 내용으로 접속하니 접속은 잘된다.
반응형
'기타2 > Nodejs' 카테고리의 다른 글
multer (1) | 2018.08.09 |
---|---|
Express에서 정적 파일 제공 (0) | 2018.08.09 |
cors (0) | 2018.08.09 |
pm2 (0) | 2018.08.07 |
https://jestjs.io/ (0) | 2018.08.02 |