https://bugzilla.wikimedia.org/show_bug.cgi?id=45318

--- Comment #3 from Antoine "hashar" Musso <[email protected]> ---
Thanks Matthias!  Will run the SQL snippet on the various databases using AFT.

To connect to the sql databases I use a lame shell wrapper like:

USER=`php -r 'include("/home/wikipedia/common/wmf-config/PrivateSettings.php");
print $wgDBuser;'`
PASS=`php -r 'include("/home/wikipedia/common/wmf-config/PrivateSettings.php");
print $wgDBpassword;'`
HOST="deployment-sql"

mysql -u $USER -p$PASS -h $HOST


We should really use the production wrapper for which I opened bug 45706

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to