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

update readme

parent 593bdb66
Branches netcap-backend
No related tags found
No related merge requests found
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
# group_04_project
......@@ -13,8 +19,3 @@
## 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