Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8121
patch.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 11:51 PM
2014-11-21 23:51:36 (UTC+0)
Size
844 B
Referenced Files
None
Subscribers
None
patch.patch
View Options
Index: maintenance/install.php
===================================================================
--- maintenance/install.php (revision 102381)
+++ maintenance/install.php (working copy)
@@ -51,6 +51,7 @@
$this->addOption( 'dbport', 'The database port; only for PostgreSQL (5432)', false, true );
$this->addOption( 'dbname', 'The database name (my_wiki)', false, true );
$this->addOption( 'dbpath', 'The path for the SQLite DB (/var/data)', false, true );
+ $this->addOption( 'dbprefix', 'Optional database table name prefix', false, true );
$this->addOption( 'installdbuser', 'The user to use for installing (root)', false, true );
$this->addOption( 'installdbpass', 'The pasword for the DB user to install as.', false, true );
$this->addOption( 'dbuser', 'The user to use for normal operations (wikiuser)', false, true );
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7646
Default Alt Text
patch.patch (844 B)
Attached To
Mode
T32062: Add $wgDBprefix option to cli installer
Attached
Detach File
Event Timeline
Log In to Comment