docker pull mysqldocker run --rm --name my-project-mysql -e MYSQL_ROOT_PASSWORD=pw123 -p 3406:3306 -d mysql- Now you can connect to mysql on
127.0.0.1:3406
- Now you can connect to mysql on
- Run the script in
db_setup.sql- Creates schema
MyAppDatabase - Creates table
MyData - Creates procedure
GetOrCreateDataId
- Creates schema
orange-puff/Concurrency-Interview-Question
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|