Table is not found in Database. How to skip table is not exist in database.
mysqldump 
 -u db_user -p -h 192.168.xx.xx  --routines --column_statistics=0      
--no-create-info --no-data --no-create-db --skip-opt  --ignore-table=test.audit  --ignore-table=test.audit_old test 
--ignore-table=test.blog > test_db_live_proc_funaction_56.sql
Enter password: 
 
 
 
 
 
No comments:
Post a Comment