You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot figure out how to properly set up RMariaDb. I tried the .my.cnf file but it didn't really work in the default folder, because of organizational restrictions on which folders have read/write permissions.
Is there a way I can simply pass the information to MariaDb as username and password from a .yml file? Or a way to pass in the location of the .my.cnf that is not in a default location?
I have started with the former option, but I have not had much luck.
# My SQL Config# Anonymized username and password for reprexmysql:
driver: "MySQL ODBC 8.0 ANSI Driver"server: "localhost"database: "database"username: "username"password: "password"
Would you consider using the .my.cnf option? It is the safest in my opinion and there is 0 chance of credentials being exposed, if I understand the docs right.
I cannot figure out how to properly set up RMariaDb. I tried the .my.cnf file but it didn't really work in the default folder, because of organizational restrictions on which folders have read/write permissions.
Is there a way I can simply pass the information to MariaDb as username and password from a .yml file? Or a way to pass in the location of the .my.cnf that is not in a default location?
I have started with the former option, but I have not had much luck.
The text was updated successfully, but these errors were encountered: