Skip to content
Snippets Groups Projects
Commit 593bdb66 authored by Zijing Wei's avatar Zijing Wei
Browse files

add steps in the readme

parent 1b77a07e
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,8 @@
## Yunfan Hu (yunfanh2)
### yunfanh2@illinois.edu
This is the mysql set up of the project, you can follow this step to run it:
1. clone the repo 2. cd to the directory group_04_project/mysql 3. vagrant up 4. vagrant ssh
To check the table in the database: 5. mysql -u root -pvagrant 6. USE network_latency; 7. DESCRIBE ping_pong;
To exit the database: 8. exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment