summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-06-13 20:16:32 +0000
committermh <mh@immerda.ch>2008-06-13 20:16:32 +0000
commit5c17a7fda8dcc10bee2417da0e0f3918172046b2 (patch)
treef93e5ab9af6ab008aaefee87239df4276009ad5f /templates
parent7aeeced0339255f5cdc614dd631582d1064a4a8a (diff)
merged with puzzle
Diffstat (limited to 'templates')
-rw-r--r--templates/root/my.cnf.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/root/my.cnf.erb b/templates/root/my.cnf.erb
new file mode 100644
index 0000000..7800843
--- /dev/null
+++ b/templates/root/my.cnf.erb
@@ -0,0 +1,4 @@
+[client]
+user=root
+host=localhost
+password=<%= mysql_rootpw %>