Update my.cnf.pass.erb

This commit is contained in:
ThinkBriK 2013-05-02 16:15:40 +03:00 committed by Vincent Janelle
parent 11ab036fed
commit 4edf5d48ec

View file

@ -4,3 +4,4 @@ host=localhost
<% unless @root_password == 'UNSET' -%>
password='<%= @root_password %>'
<% end -%>
socket=<%= socket %>