Skip to content

zoomstereo/typeorm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeORM Demo

Notes:

Running a docker image run it with this:
    docker run --name some-mysql \
    -p 3306:3306 \
    -e MYSQL_ROOT_PASSWORD=my-secret-pw \
    -d mysql \
    --default-authentication-plugin=mysql_native_password

If already created you could change the password this way:
    ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '{ your password }';
    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '{ your password }';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published