Bonjour,
J'ai un gros problème pour l'installation de MediaWiki à cause de MySQL. Je ne connais pas le MySQL et je souhaiterai avoir un peu d'aide pour le configurer pour MediaWiki.
J'ai installé MySQL à l'aide du prograppe EasyPHP, sous Windows 7.
Lors de l'installation de MediaWiki, je reçois les messages d'erreur suivants :

  • PHP is linked with old MySQL client libraries. If you are using a MySQL 4.1 server and have problems connecting to the database, see http://dev.mysql.com/doc/mysql/en/old-client.html for help.
  • Attempting to connect to database server as root...success.
  • Connected to mysql 5.1.54-community-log; You are using MySQL 4.1 server, but PHP is linked to old client libraries; if you have trouble with authentication, see http://dev.mysql.com/doc/mysql/en/old-client.html for help.; enabling MySQL 4.1/5.0 charset mode
  • Database mysql exists
  • Creating tables... FAILED

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Query "CREATE TABLE `user` ( 
user_id int unsigned NOT NULL PRIMARY KEY AUTO_INCREMENT,
user_name varchar(255) binary NOT NULL default '',
user_real_name varchar(255) binary NOT NULL default '',
user_password tinyblob NOT NULL, user_newpassword tinyblob NOT NULL, user_newpass_time binary(14),
user_email tinytext NOT NULL,
user_options blob NOT NULL,
user_touched binary(14) NOT NULL default '',
user_token binary(32) NOT NULL default '',
user_email_authenticated binary(14),
user_email_token binary(32),
user_email_token_expires binary(14),
user_registration binary(14), user_editcount int ) 
ENGINE=InnoDB,
DEFAULT CHARSET=binary " failed with error code "La table 'user' existe déjà (localhost)".
Comprenez-vous ce que cela veut dire ? Je pensais que le programme EasyPHP était optimisé pour faire fonctionner MediaWiki.