On Tue, Dec 8, 2009 at 10:09 AM, Platonides Platonides@gmail.com wrote:
Helmut Hullen wrote:
I'd like to use this extension, but I have a small problem ...
Under "Setup" I find
Run "ConfirmAccount.sql"
But how have I to run this script? I know the name of the db, I know the username and the passwd of the (most privileged) db administrator, the db uses "mysql". I'm no SQL specialist, I fear to damage the db with my tries.
Which command have I to type (yes - pure CLI) to run the script?
Viele Gruesse! Helmut
mysql $DATABASE -u $DBUSER -p < ConfirmAccount.sql
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Of course renaming the tables too if you're using a prefix for your table names in Mediawiki.
-Chad