From 39758c6344d2e0a70871f5e47f8c124cb49849b8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 19 Jan 2010 12:09:01 -0200 Subject: Setting root password --- templates/my.cnf.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/my.cnf.erb (limited to 'templates') 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 %> -- cgit v1.2.3