Note that you don't need to explicitly include the --triggers argument with mysqldump, as triggers are included in the backup by default. You can disable this behavior using --skip-triggers.
mysqldump is included with MySQL (as rustycp states above) and is in the bin folder on Windows.
Main Topics
Browse All Topics





by: rustycpPosted on 2007-04-18 at 06:40:49ID: 18931547
mysqldump, using the --triggers option: dumps triggers for each dumped table.
This utility comes with mysql for windows.