Bonjour,

Je teste Easyphp 3.0 le logiciel tout-en-un pour tester localement du PHP et du MySql
Pour le serveur web Apache, le message d'erreur dit que "un autre serveur utilise le port requis ou le port est bloqué par le pare-feu"! J'ai vérifié mais le port 80 n'est pas du tout bloqué ni utilisé (netstat)

Pour le serveur de BD MySql, le processus correspondant C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe s'arrête aussi brusquement! J'ai vérifié aussi que dans l'exception le port 3306 est bien indiqué!
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
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090708 16:37:07  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090708 16:37:09  InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090708 16:37:10  InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090708 16:37:12  InnoDB: Started; log sequence number 0 0
090708 16:37:17 [Note] Event Scheduler: Loaded 0 events
090708 16:37:17 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community'  socket: ''  port: 3306  MySQL Community Server (GPL)
090708 16:37:17 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt normal du serveur

090708 16:37:17 [Note] Event Scheduler: Purging the queue. 0 events
090708 16:37:17  InnoDB: Starting shutdown...
090708 16:37:18  InnoDB: Shutdown completed; log sequence number 0 46409
090708 16:37:18 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: Arrêt du serveur terminé

090708 16:37:20  InnoDB: Started; log sequence number 0 46409
090708 16:37:20 [Note] Event Scheduler: Loaded 0 events
090708 16:37:20 [Note] C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community'  socket: ''  port: 3306  MySQL Community Server (GPL)