Skip to content

Commit a2600dd

Browse files
authored
Update ReadMe.md
1 parent 1fa4e9d commit a2600dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/Upload-SQL-MariaDB/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ https://grid.rcs.hbs.org/import-and-export-text-files
1515
1. `mysql`
1616
2. `use agoldenberg_twitter_data;`
1717
3. `create table TABLENAME (Column_1 char(20), Column_2 char(20), Column_3 char(20));` - this command should have also appeared in the file formatter above
18+
4. `quit;` - exit the database interface to import the data
1819

1920
Create Import Directory
2021
1. mkdir /export/mdb_external/import/username

0 commit comments

Comments
 (0)