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
-
Notifications
You must be signed in to change notification settings - Fork 0
orange-puff/Concurrency-Interview-Question
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published