Skip to content

unamatasanatarai/nodejs-mysql-tutorial-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node.js playground with mysql

docker run --name mysql -e MYSQL_ROOT_PASSWORD=pass -p 3306:3306 mysql:5

.then(npm install)

.then(docker exec -it mysql mysql -uroot -ppass)

.then(create database tutorial;)

.then(node setup.js)

.then(node index.js)

.then(navigate to: http://localhost:8080)


to connect to the mysql run: docker exec -it mysql mysql -uroot -ppass

.then(use tutorial;)

.then(select count(id) from hello;)

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy