-
Notifications
You must be signed in to change notification settings - Fork 10
Load data into MySql database
Pavan K Jadda edited this page Apr 13, 2020
·
5 revisions
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.
- Go to User_Data_SqlCommands.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell
- Go to Insert_Country_State_City_TaxRate_Data.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell
- Go to Insert_Category_Manufacturer_Product_Data_SqlCommands.txt and copy all the commands and execute them in to Mysql Workbench or MySql shell