From 593bdb6659121e4a70861b9d5f5b3ecf69a25850 Mon Sep 17 00:00:00 2001 From: Zijing Wei <2874130630@qq.com> Date: Sat, 22 Apr 2023 22:29:02 -0500 Subject: [PATCH] add steps in the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db4a86c6d..e9ebd4e90 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab