I am using linux platform. I also dump the data into a file and I restore into a server and I ran this command
[root@localhost /]# mysqldump -u root -p fms < /device.sql
The funny part it keep running and this dump only consist of table data and I see other table data being run when I run this command where is the other table data comes from?