MySQL Docker Lab
Lab Environment
When testing in a lab environment MySQL can either be installed on the host machine or within Docker:
docker run -it --rm -e MYSQL_ROOT_PASSWORD=' a b c p4$$w0rd' -p 3306:3306 mariadb:latest
When testing in a lab environment MySQL can either be installed on the host machine or within Docker:
docker run -it --rm -e MYSQL_ROOT_PASSWORD=' a b c p4$$w0rd' -p 3306:3306 mariadb:latest