summaryrefslogtreecommitdiff
path: root/templates/my.cnf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/my.cnf.erb')
-rw-r--r--templates/my.cnf.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/my.cnf.erb b/templates/my.cnf.erb
new file mode 100644
index 0000000..c56c89f
--- /dev/null
+++ b/templates/my.cnf.erb
@@ -0,0 +1,4 @@
+[client]
+user=root
+host=localhost
+password=<%= mysql_passwd %>