Hacker News new | ask | show | jobs
by duskwuff 3305 days ago
Put the following into your ~/.my.cnf to enable it for the command-line client:

    [client]
    safe-updates=1
1 comments

Thanks for the tip, however put that in [mysql] section or otherwise you'll ruin mysqldump command not recognizing that option.