Monty Taylor 8a5cb47fa7 Turn off ssl in my.cnf
We aren't configured with certs, so this is never the right choice.

Change-Id: I1c19fd22298e0e2df8ecf1bbdc193e01ef1a1c6b
2019-12-17 14:17:12 -08:00

6 lines
108 B
Plaintext

[client]
host=<%= @database_host %>
user=<%= @database_user %>
password=<%= @database_password %>
ssl=false