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

           Summary: mySQL user lacks "create table" privilege.
           Product: MediaWiki
           Version: 1.16-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The script maintenance/update.php is used to create missing tables at times, in
addition
to many other tasks. The three wiki database mysql users automatically created
during
installation do not have the "create table" privilege in the wiki database,
thus the
"crate table" SQL command fails, as this console log shows:

...change_tag_rc_tag key already set on change_tag table.
Creating translate_sections table...En dä Syntax vun enem Befähl för de
Daatebank es
ene Fähler es opjefalle.
Dä letzte Befähl för de Daatebank es jewäse:
<blockquote><code>CREATE TABLE `testwiki_translate_sections` (
 trs_page int unsigned NOT NULL,
 trs_key varchar(255) binary NOT NULL,
 trs_text mediumblob NOT NULL,
 PRIMARY KEY (trs_page, trs_key),
 KEY trs_page (trs_page)
 ) ENGINE=InnoDB, DEFAULT CHARSET=binary
</code></blockquote>
un kohm us däm Projramm singe Funktion:
„<code>DatabaseBase::sourceStream</code>“.
De Datebank meld dä Fähler: „<code>1142: CREATE command denied to user
'wikiuser'@'localhost' for table 'testwiki_translate_sections'
(localhost)</code>“.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to