Restore One Table
1mysql -u root -p your_DB < ./your_system.sql
More details in https://stackoverflow.com/questions/9696249/restoring-a-mysql-table-back-to-the-database
1mysql -u root -p your_DB < ./your_system.sql
More details in https://stackoverflow.com/questions/9696249/restoring-a-mysql-table-back-to-the-database