From 3c406e59e24dec33e1a2dd56715605ee1e9f9bf8 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Thu, 25 Jul 2024 13:32:39 +0530 Subject: [PATCH] Removed unnecessary line break. --- Practical/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Practical/README.md b/Practical/README.md index 9ff6918..6886eb6 100644 --- a/Practical/README.md +++ b/Practical/README.md @@ -2,13 +2,9 @@ This is a guide for importing a database in MySQL using the terminal. ---- - ## Prerequisites - Have MySQL installed on your machine ---- - ## Guide 1. Download the database file from this repository. These database files have `.sql` extension and can be found in the Assignment folders within the [Practical folder](https://git.kska.io/DatabaseManagementSystems/src/branch/main/Practical/). @@ -35,8 +31,6 @@ exit sudo mysql -u root -p database_name < database.sql ``` ---- - ## Example Let's consider I want to import the database for Assignment-A2. The database file is present in [Practical/Assignment-A2](https://git.kska.io/DatabaseManagementSystems/src/branch/main/Practical/Assignment-A2) folder.