How to find that mysql backup is successful? -
i using wamp on windows 7. created windows batch file backup.bat next code:
c:\wamp\bin\mysql\mysql5.6.17\bin\mysqldump -uroot -hlocalhost dbcreditors > c:\wamp\www\bkp_dbcreditors.sql when run backup.bat command prompt flashes , backup taken not tell whether backup successful or not.
any suggestion confirmation?
if want verify manually, add together pause @ end of script makes prompt remain until have time read possible error messages.
mysql
No comments:
Post a Comment