From 18cdad1090f86481740ec4f2a1a5171e09e0531f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 17 Sep 2013 13:08:40 +1200 Subject: safe-updates now configured in ~/.my.cnf --- bash/bashrc.d/aliases.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash index d9ae8bd2..ec869fd3 100644 --- a/bash/bashrc.d/aliases.bash +++ b/bash/bashrc.d/aliases.bash @@ -7,7 +7,3 @@ alias gdb='gdb -q' # Quick way to get ls -al, since I do that a lot alias ll='ls -al' -# Refuse to do highly destructive things in the MySQL client; prevents me from -# updating or deleting rows without a WHERE clause, among other things -alias mysql='mysql --safe-updates' - -- cgit v1.2.3