Removed unnecessary line break.
This commit is contained in:
parent
8d2b4a9c84
commit
3c406e59e2
@ -2,13 +2,9 @@
|
|||||||
|
|
||||||
This is a guide for importing a database in MySQL using the terminal.
|
This is a guide for importing a database in MySQL using the terminal.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
- Have MySQL installed on your machine
|
- Have MySQL installed on your machine
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Guide
|
## 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/).
|
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
|
sudo mysql -u root -p database_name < database.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Example
|
## 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user