When connecting to MySQL from shell line i need to add the option --skip-ssl
From my rails app I can't connecto to the MySQL server. How can I add this option to the rails app?
When connecting to MySQL from shell line i need to add the option --skip-ssl
From my rails app I can't connecto to the MySQL server. How can I add this option to the rails app?