I am trying to connect to my database from R. When I start the server from the shell (using unix), i have to pass the –ssl-ca=myfile. How do I pass this flag using the dbConnect function? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Problem solved. Create a file in some directory and in that file write the following:
Then pass the file name to the default.file param of
dbConnect