Chelsyx has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/333132 )

Change subject: Change MySQL config file
......................................................................

Change MySQL config file

Change-Id: I3d9cf2f9f6a8a48a55a7e00fa42eb3d38572ecf6
---
M R/mysql.R
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/wmf 
refs/changes/32/333132/1

diff --git a/R/mysql.R b/R/mysql.R
index 12e2fb7..510e4d5 100644
--- a/R/mysql.R
+++ b/R/mysql.R
@@ -38,8 +38,8 @@
 #'@export
 mysql_connect <- function(database, default_file = NULL) {
   if (is.null(default_file)) {
-    default_file = "/etc/mysql/conf.d/stats-research-client.cnf"
-    # there's also "/etc/mysql/conf.d/analytics-research-client.cnf"
+    default_file = "/etc/mysql/conf.d/analytics-research-client.cnf"
+    # there's also "/etc/mysql/conf.d/stats-research-client.cnf"
   }
   if (RMySQL_version() > 93) {
     con <- dbConnect(drv = RMySQL::MySQL(),

-- 
To view, visit https://gerrit.wikimedia.org/r/333132
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d9cf2f9f6a8a48a55a7e00fa42eb3d38572ecf6
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/wmf
Gerrit-Branch: master
Gerrit-Owner: Chelsyx <c...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to