Import MySQL Table Using Command Line

Leave a Comment
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


0 comments:

Post a Comment