Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 356 Bytes

mysql-study

Install

Prerequisites

You will need docker installed on your computer to run the sql image.

Running sql container

Run docker run --net=host -d --name mysql-container -e TZ=UTC -e MYSQL_ROOT_PASSWORD=totoabc mysql:latest && docker exec -i `docker ps -aq | head -n 1` mysql -uroot -ptotoabc

Project

Create Database: