Skip to content

Load data into MySql database

Pavan K Jadda edited this page Apr 13, 2020 · 5 revisions

Load data into MySql database

Use MySql bench or similar IDE to load data. Select the database spring_security_data and execute steps 1,2 and 3 in the same order.

  1. Go to User_Data_SqlCommands.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell
  2. Go to Insert_Country_State_City_TaxRate_Data.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell
  3. Go to Insert_Category_Manufacturer_Product_Data_SqlCommands.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell
Clone this wiki locally