Task Detail

  • Activity on Thu Apr 12 2018 17:49:58 GMT+0000 (UTC) following https://hub.docker.com/_/mysql/ 1. docker run --name gphan-mysql -e MYSQL_ROOT_PASSWORD=o1 -d mysql:8 2. The container will automatically run (use "docker ps" to check) 3. Testing the MySQL: first need to get into the container bash shell by "docker exec -it gphan-mysql bash" 4. Second, from inside of the container bash shell run "mysql -u root -p" and fill out password.

    10/27/2024 22:14:37