Bonjour,

je viens d'installer easyPHP, sur vista.


Comment vérifier que tout a été bien installé, l'adresse, c'est :

htt://localhost:8080....????

Pour Mysql, ça ne démarre pas, j'ai le message d'erreur suivant : "fin de fichier inattendue". et j'ai le fichier log suivant qui s'ouvre :



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
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
090601 11:57:29  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090601 11:57:31  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...
090601 11:57:32  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
090601 11:57:34  InnoDB: Started; log sequence number 0 0
090601 11:57:34 [Note] Event Scheduler: Loaded 0 events
090601 11:57:34 [Note] C:\PROGRA~1\new\MySql\bin\mysqld.exe: ready for connections.
Version: '5.1.30-community'  socket: ''  port: 3306  MySQL Community Server (GPL)
ps: a noter que j'ai déjà un serveur tomcat installé qui tourne sur le port 8080


Je vous remercie bien pour toute aide :-).