I have a program in which I use mysqldump on the selected table, the utility runs fine, but many times the dump is complete There are thousands of rows present in the original DB and not in the dump file, can anybody help?
I use a database that has hundreds of records with stored procedures and triggers, here's automatic The mysqldump command used for backup is obviously (instead of quoted values, including quotation, with your own settings):
"$ MYSQL_DIR" mysqldump --no-default - user = "$ MYSQL_SERVER_USER" - password = "$ MYSQL_SERVER_PASSWORD" --host = "$ MYSQL_HOST" --skip-opt --add-locks - create-options - disable-keys - expanded -Combine -Silking-Transaction - skip-master-data --quick -set-charset -flush- privilege - quote-name - tigers - routines - -comments - database --default-character-set = "$ DB_CHARSET" --Moxa_pure_packet = 16m "$ DB_NAME" Hopefully everything I've done will help, an option switch, which you need to do is not included in it ... < / P>
>
Comments
Post a Comment