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

Antoine "hashar" Musso <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Low

--- Comment #1 from Antoine "hashar" Musso <[email protected]> ---
As a workaround, I use the very lame:

$ cat sql
#!/bin/sh

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

$

-- 
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