Tuesday, 4 December 2018

Import MySQL Table Using Command Line

Following command will help you to import MySQL table into the database.

mysql -u root -p'mysql' -D security_insights_report_scheduler < defense_customer.sql


No comments:

Post a Comment