T
TheCranky
GAST
Hey Community,
habe mich heute für das MediaWiki Version 1.16.0 entschieden. habs natürlich auf meinen Webserver...
... hochgeladen und die config index ausgeführt...
Dann habe ich alle nötigen Felder ausgefüllt und bekomme als Dank diese Meldungen
In der MySQL Datenbank finde ich danach die Tabelle wk_user in der 15 Tabellenteile vorhanden sind (ich glaub die sind leer)
Wie kann ich jetzt vorgehen damit es funktioniert?
Danke, TheCranky
habe mich heute für das MediaWiki Version 1.16.0 entschieden. habs natürlich auf meinen Webserver...
Code:
MySQL
* Server: Localhost via UNIX socket
* Server Version: 5.0.51a-24+lenny4
* Protokoll-Version: 10
* Benutzer: XXXXXXXXXXX
* MySQL-Zeichensatz: UTF-8 Unicode (utf8)
Webserver
* Apache/2.2.9 (Debian) mod_python/3.3.1 Python/2.5.2
* MySQL-Client-Version: 5.0.51a
* PHP Erweiterung: mysql
... hochgeladen und die config index ausgeführt...
Dann habe ich alle nötigen Felder ausgefüllt und bekomme als Dank diese Meldungen
Code:
Please include all of the lines below when reporting installation problems.
* PHP 5.2.6-1+lenny9 installed
* Found database drivers for: MySQL
* Warning: PHP's safe mode is active. You may have problems caused by this, particularly if using image uploads.
* PHP server API is cgi-fcgi; using ugly URLs (index.php?title=Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* Warning: Your session.save_path value (/var/lib/php5) appears to be invalid or is not writable. PHP needs to be able to save data to this location for correct session operation.
* PHP's memory_limit is 128M bytes.
* Couldn't find eAccelerator, APC or XCache; cannot use these for object caching.
* GNU diff3 not found.
* Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
* Installation directory: XXXXXXXXXXXXXXXXXXX
* Script URI path: /wiki
* Installing MediaWiki with php file extensions
* Environment checked. You can install MediaWiki.
[ BIS HIER WIRD AUCH VOR DER INSTALLATION ANGEZEIT ]
* Warning: $wgSecretKey key is insecure, generated with mt_rand(). Consider changing it manually.
*
Generating configuration file...
* Database type: MySQL
* Loading class: DatabaseMysql
* Attempting to connect to database server as XXXXX...success.
* Connected to mysql 5.0.51a-24+lenny4; enabling MySQL 4.1/5.0 charset mode
* Database XXXXXXXXX exists
* Creating tables... FAILED
Query "CREATE UNIQUE INDEX user_name ON `wk_user` (user_name) " failed with error code "INDEX command denied to user XXXXXX@'localhost' for table 'wk_user' (localhost)".
In der MySQL Datenbank finde ich danach die Tabelle wk_user in der 15 Tabellenteile vorhanden sind (ich glaub die sind leer)
Wie kann ich jetzt vorgehen damit es funktioniert?
Danke, TheCranky