https://bugzilla.wikimedia.org/show_bug.cgi?id=45706
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Bryan Davis <[email protected]> --- Fixed via a local commit in the puppet repo on deployment-salt: $ git show --pretty 52fc928 commit 52fc92891d53267ff2ed82b917017c288cdebaa2 Author: Bryan Davis <[email protected]> Date: Thu Aug 28 19:01:51 2014 +0000 [LOCAL HACK] Change MySQL admin user in sql script For whatever reason the admin database user in beta has a different name than in production. Hack puppet to make this change. Bug: 45706 diff --git a/files/misc/scripts/sql b/files/misc/scripts/sql index 2f1cddf..e5c62d1 100755 --- a/files/misc/scripts/sql +++ b/files/misc/scripts/sql @@ -26,7 +26,7 @@ fi host=`echo 'echo wfGetLB()->getServerName(0);' | /usr/local/bin/mwscript eval.php --wiki="$lookupdb"` # MySQL user credentials. -MU=wikiadmin +MU=mw MP=`wikiadmin_pass` # Execute mysql. Usage: $ sql deploymentwiki (mw@deployment-db1) [deploymentwiki]> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
