I've been trying to set up CentralAuth on a localhost test wiki, but I can't 
work out how to specify a wiki's database table name prefix.
My DB name is 'mediawiki_test3' and the table name prefix is 'mw'.
It was suggested to change the DB name to suffix a hyphen with the table name 
prefix, but it still goes looking for the same thing. ('mediawiki_test3.user')
I would've expected it to look for 'mediawiki_test3.mwuser' (what I want to 
happen) or 'mediawiki_test3-mw.user' (not interpreting mw as the table prefix), 
but it just seems to ignore what I added completely.

Anyone know how to do this?
Krenair

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to