Bonjour,

J'arrive au bout de mes investigations et ne sais plus comment avancer.

Constat : j'ai une installation de Mowes 2.2.3, qui fonctionnait jusqu'ici parfaitement, il semblerait qu'une installation autre sur mon poste de travail est venue perturber mon install fonctionnelle (installation d'un autre serveur web sur le même port).

Les deux ne cohabitaient pas et le changement de port n'étant pas ok, j'ai désinstallé l'installation perturbatrice.

Quand je démarre Mowes, il m'affiche bien :
Quand je démarre la page d'accueil, http://127.0.0.1/start/index.php je vois :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
Apache 2.2.11 is running
PHP 5.3.5 works
MySql is not running
Quand je clique sur phpmyadmin je vois :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
MySQL a répondu: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
Quand je regarde le contenu de MoWes\mysql\data\monidentifiant.err je peux voir :
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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
130910 13:40:37 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use Windows interlocked functions
InnoDB: Compressed tables use zlib 1.2.3
130910 13:40:37  InnoDB: Initializing buffer pool, size = 8.0M
130910 13:40:37  InnoDB: Completed initialization of buffer pool
130910 13:40:37  InnoDB: highest supported file format is Barracuda.
130910 13:40:37  InnoDB: 1.1.4 started; log sequence number 1591515
130910 13:40:37 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
130910 13:40:37 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
130910 13:40:38 [Note] Event Scheduler: Loaded 0 events
130910 13:40:38 [Note] C:\Users\user\Documents\APPLICATIONS\MoWes\mysql\bin\mysqld-nt.exe: ready for connections.
Version: '5.5.8'  socket: ''  port: 3306  MySQL Community Server (GPL)
J'ai essayé de suivre la procédure décrite par Cloudix ici : http://www.developpez.net/forums/d48...g-password-no/

Avec :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
UPDATE mysql.user SET Password=PASSWORD('mdp05') WHERE User='root';
FLUSH PRIVILEGES;
Mais sans succès :

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
C:\Users\user\Documents\APPLICATIONS\MoWes\mysql\bin>mysqld-nt --defaults-file
="C:\\Users\\user\\Documents\\APPLICATIONS\\MoWes\\mysql\\my.ini" --init-file=
C:\\Users\\user\\Documents\\APPLICATIONS\\MoWes\\mysql\\reset.txt --console
130910 13:37:15 [Note] Plugin 'FEDERATED' is disabled.
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use Windows interlocked functions
InnoDB: Compressed tables use zlib 1.2.3
130910 13:37:15  InnoDB: Initializing buffer pool, size = 8.0M
130910 13:37:15  InnoDB: Completed initialization of buffer pool
130910 13:37:15  InnoDB: highest supported file format is Barracuda.
130910 13:37:15  InnoDB: 1.1.4 started; log sequence number 1591515
130910 13:37:15 [ERROR] Missing system table mysql.proxies_priv; please run mysq
l_upgrade to create it
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_current'
 has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_history'
 has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_history_
long' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'setup_consumers' has
the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'setup_instruments' ha
s the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'setup_timers' has the
 wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'performance_timers' h
as the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'threads' has the wron
g structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_summary_
by_thread_by_event_name' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_summary_
by_instance' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'events_waits_summary_
global_by_event_name' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'file_summary_by_event
_name' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'file_summary_by_insta
nce' has the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'mutex_instances' has
the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'rwlock_instances' has
 the wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'cond_instances' has t
he wrong structure
130910 13:37:15 [ERROR] Native table 'performance_schema'.'file_instances' has t
he wrong structure
130910 13:37:15 [Note] Event Scheduler: Loaded 0 events
130910 13:37:15 [ERROR] Missing system table mysql.proxies_priv; please run mysq
l_upgrade to create it
130910 13:37:15 [Note] mysqld-nt: ready for connections.
Version: '5.5.8'  socket: ''  port: 3306  MySQL Community Server (GPL)
130910 13:38:39 [Note] mysqld-nt: Normal shutdown
 
130910 13:38:39 [Note] Event Scheduler: Purging the queue. 0 events
130910 13:38:39  InnoDB: Starting shutdown...
130910 13:38:40  InnoDB: Shutdown completed; log sequence number 1591515
130910 13:38:40 [Note] mysqld-nt: Shutdown complete
Ensuite j'ai tenté....et a nouveau perdu :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
C:\Users\user\Documents\APPLICATIONS\MoWes\mysql\bin>mysql_upgrade
Looking for 'mysql.exe' as: C:\Users\user\Documents\APPLICATIONS\MoWes\mysql\b
in\mysql.exe
Looking for 'mysqlcheck.exe' as: C:\Users\user\Documents\APPLICATIONS\MoWes\my
sql\bin\mysqlcheck.exe
Running 'mysqlcheck' with connection arguments: "--port=3306"
C:\Users\user\Documents\APPLICATIONS\MoWes\mysql\bin\mysqlcheck.exe: Got error
: 2003: Can't connect to MySQL server on 'localhost' (10061) when trying to conn
ect
FATAL ERROR: Upgrade failed
Et je n'ai plus de piste et suis bloqué....
Que puis je faire de plus ?