Skip to content

qingquan-li/csc350-php-mysql-labs

Repository files navigation

CSC 350 - PHP - MySQL - Labs

Run Docker

# Start Docker (build and run the docker container)
$ docker-compose up -d

# Stop Docker (stop and remove the docker container)
$ docker-compose down

Connect to MySQL in the command line (terminal)

# Connect to the docker container
$ docker-compose exec db bash
$ mysql -u root -p

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published