Csc415 Practical Guidelines
Csc415 Practical Guidelines
Method One:
i. Open the excel spreadsheet (type open excel on search tab on your tasks bar and
press enter).
ii. Select one of the two sheets highlight all records without the headers, copy and
paste after the last record in the other sheet than save as .csv file type and exit.
iii. Open the MySQL database management system tool workbench (type open MySQL
workbench and press enter).
iv. Click file on the menu and click create new schema, enter a name for the schema
and apply.
v. Open the schema and right click on the table tag and click on table data import
wizard.
vi. Enter file name (that was earlier saved) of type .csv and location or click browse
button to navigate to file in its location and double-click.
vii. Click next, then check the create new table, select database name, and enter table
name. then click next.
viii. The configure import setting window pops up, see if the table fields and types as well
as records are displayed, click next.
ix. Click next again to start data import, then finish.