aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/mysql.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/bash/bashrc.d/mysql.bash b/bash/bashrc.d/mysql.bash
index 973542b8..5ef6f67c 100644
--- a/bash/bashrc.d/mysql.bash
+++ b/bash/bashrc.d/mysql.bash
@@ -5,9 +5,11 @@
# [client]
# host=dbhost.example.com
# user=foo
-# database=bar
# password=SsJ2pICe226jM
#
+# [mysql]
+# database=bar
+#
mysql() {
local config
config=$HOME/.mysql/$1.cnf