Uploading CSV file to MySQL Table via Workbench

박진석·2025년 2월 6일
0

FindMyBMW

목록 보기
2/10
  1. Open MySQL Workbench and connect to your database

  2. In the Navigator panel, right-click on your target schema (database) and select "Table Data Import Wizard"

  3. Select your CSV file using the "Browse" button

  4. Choose "Use existing table" if you already have a table, or "Create new table" if you need a new one

  1. Configure import settings then click on 'Next'

  2. Check whether csv file is correctly converted to table.

0개의 댓글