Skip to content

Commit 1fa4e9d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/Upload-SQL-MariaDB/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://grid.rcs.hbs.org/import-and-export-text-files
1414
**B. Create Database** - enter the GRID (or SecureCRT) and use the following commands on the command line interface.
1515
1. `mysql`
1616
2. `use agoldenberg_twitter_data;`
17-
3. `create table table_import (Column_1 char(20), Column_2 char(20), Column_3 char(20));` - this command should have also appeared in the file formatter above
17+
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
1818

1919
Create Import Directory
2020
1. mkdir /export/mdb_external/import/username

0 commit comments

Comments
 (0)