Mates, I want to dump the data from the tables only rather than its definition and data.
The problem with mysqldump is it checks if database/table exist or not. if the table exist it drops the table create the blank table and then enters the insert into statements. I don't want to use this.
The problem with mysqldump is it checks if database/table exist or not. if the table exist it drops the table create the blank table and then enters the insert into statements. I don't want to use this.