"Freakolowsky" posted a comment on MediaWiki.r112502. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/112502#c31710
Commit summary for MediaWiki.r112502: * partly fixes two issues exposed by bug 34280 ** forcing recreate if creating user ** parent::createTables was setting DB to a wrong setting Freakolowsky's comment: correctemondo ... Oracle DB settings logic 101: * server = TNS service id NOT the server * username = username used to log in * password = "setec atronomy" * dbname = schema name where objects are located By default each user has it's own schema, but that may not necessarily be the case. Setting dbname = dbuser is just a failsafe to prevent selectDB calls after the installation (inserting default content & stuff) from using a wrong schema. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
