[client]
user=root
host=localhost
<% unless @options['root_password'] == 'UNSET' -%>
password='<%= @options['root_password'] %>'
<% end -%>
socket=<%= @options['socket'] -%>