Comment by duskwuff
8 years ago
Put the following into your ~/.my.cnf to enable it for the command-line client:
[client]
safe-updates=1
8 years ago
Put the following into your ~/.my.cnf to enable it for the command-line client:
[client]
safe-updates=1
Thanks for the tip, however put that in [mysql] section or otherwise you'll ruin mysqldump command not recognizing that option.