in reply to Re: Trying to append mysql dump into DB
in thread OT: Trying to append mysql dump into DB

I replaced my code like this. Its skipping the DROP & CREATE statements in the .sql file. Now its executing in so less time. Thanks for information

 mysqldump -u root -h $host $db $table --no-create-info --where="Date='$date'"> db_backup.sql