Bonjour / Bonsoir ( vu l'heure ou j'écris ce message ),
J'ai un soucis avec PHPMyAdmin...
Je ne parvient pas à ouvrir la page d'administration de PHPMyAdmin,
Lorsque que je clique sur le lien , il me renvoi sur http://127.0.0.1/home/mysql/ et puis plus rien, la page attends le timeout et reste blanche.
Je précise mon environnement, je suis sur windows seven 64bits, la version que j'ai installé est la 5.3.1.
J'ai tout d'abord tenté de l'installer naturellement sur le c://program files ( 86 ) ( le chemin par défaut quoi ) mais j'ai vu sur un forum que ca pouvait poser problème.
Je l'ai donc installer sur la racine du D:// .
C'est la première fois que j'utilise EasyPHP ( serveur IIS + PHP5 au boulot, je test pour apprendre en réalité )
L'icone de easyPHP( qui se trouve dans la barre de status de windows ) est rouge,
log PHPMyAdmin
le log d'apacheCode:
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 InnoDB: Database physically writes the file full: wait... 100304 19:21:02 InnoDB: Log file .\ib_logfile0 did not exist: new to be created InnoDB: Setting log file .\ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 100304 19:21:02 InnoDB: Log file .\ib_logfile1 did not exist: new to be created InnoDB: Setting log file .\ib_logfile1 size to 5 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 100304 19:21:03 InnoDB: Started; log sequence number 0 0 100304 19:21:03 [Note] Event Scheduler: Loaded 0 events 100304 19:21:03 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:00:56 [Note] Plugin 'FEDERATED' is disabled. InnoDB: The log sequence number in ibdata files does not match InnoDB: the log sequence number in the ib_logfiles! 100304 20:00:56 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... 100304 20:00:56 InnoDB: Started; log sequence number 0 44233 100304 20:00:56 [Note] Recovering after a crash using mysql-bin 100304 20:00:56 [Note] Starting crash recovery... 100304 20:00:56 [Note] Crash recovery finished. 100304 20:00:56 [Note] Event Scheduler: Loaded 0 events 100304 20:00:56 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:08:59 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt normal du serveur 100304 20:08:59 [Note] Event Scheduler: Purging the queue. 0 events 100304 20:09:00 InnoDB: Starting shutdown... 100304 20:09:02 InnoDB: Shutdown completed; log sequence number 0 44233 100304 20:09:02 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt du serveur terminé 100304 20:09:04 [Note] Plugin 'FEDERATED' is disabled. 100304 20:09:04 InnoDB: Started; log sequence number 0 44233 100304 20:09:04 [Note] Event Scheduler: Loaded 0 events 100304 20:09:04 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:25:48 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt normal du serveur 100304 20:25:48 [Note] Event Scheduler: Purging the queue. 0 events 100304 20:25:48 InnoDB: Starting shutdown... 100304 20:25:49 InnoDB: Shutdown completed; log sequence number 0 44233 100304 20:25:49 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt du serveur terminé 100304 20:25:51 [Note] Plugin 'FEDERATED' is disabled. 100304 20:25:51 InnoDB: Started; log sequence number 0 44233 100304 20:25:51 [Note] Event Scheduler: Loaded 0 events 100304 20:25:51 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL)
le log de MysqlCode:
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97 [Thu Mar 04 19:21:01 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 19:21:01 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 19:21:01 2010] [notice] Parent: Created child process 1736 [Thu Mar 04 19:21:01 2010] [notice] Child 1736: Child process is running [Thu Mar 04 19:21:01 2010] [notice] Child 1736: Acquired the start mutex. [Thu Mar 04 19:21:01 2010] [notice] Child 1736: Starting 64 worker threads. [Thu Mar 04 19:21:01 2010] [notice] Child 1736: Starting thread to listen on port 80. [Thu Mar 04 20:00:55 2010] [warn] pid file D:/EasyPHP-5.3.1/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Thu Mar 04 20:00:55 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:00:55 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:00:55 2010] [notice] Parent: Created child process 228 [Thu Mar 04 20:00:55 2010] [notice] Child 228: Child process is running [Thu Mar 04 20:00:55 2010] [notice] Child 228: Acquired the start mutex. [Thu Mar 04 20:00:55 2010] [notice] Child 228: Starting 64 worker threads. [Thu Mar 04 20:00:55 2010] [notice] Child 228: Starting thread to listen on port 80. [Thu Mar 04 20:02:45 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/favicon.ico [Thu Mar 04 20:03:41 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/phpmyadmin [Thu Mar 04 20:04:18 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/phpmyadmin [Thu Mar 04 20:04:23 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/phpmyadmin [Thu Mar 04 20:05:32 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/favicon.ico [Thu Mar 04 20:06:57 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/favicon.ico [Thu Mar 04 20:08:55 2010] [notice] Parent: Received restart signal -- Restarting the server. [Thu Mar 04 20:08:55 2010] [notice] Child 228: Exit event signaled. Child process is ending. [Thu Mar 04 20:08:55 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:08:55 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:08:55 2010] [notice] Parent: Created child process 3308 [Thu Mar 04 20:08:56 2010] [notice] Child 3308: Child process is running [Thu Mar 04 20:08:56 2010] [notice] Child 3308: Acquired the start mutex. [Thu Mar 04 20:08:56 2010] [notice] Child 228: Released the start mutex [Thu Mar 04 20:08:56 2010] [notice] Child 3308: Starting 64 worker threads. [Thu Mar 04 20:08:57 2010] [notice] Child 228: All worker threads have exited. [Thu Mar 04 20:08:57 2010] [notice] Child 3308: Starting thread to listen on port 80. [Thu Mar 04 20:08:57 2010] [notice] Child 228: Child process is exiting [Thu Mar 04 20:08:59 2010] [notice] Parent: Received restart signal -- Restarting the server. [Thu Mar 04 20:08:59 2010] [notice] Child 3308: Exit event signaled. Child process is ending. [Thu Mar 04 20:09:00 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:09:00 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:09:00 2010] [notice] Parent: Created child process 3196 [Thu Mar 04 20:09:00 2010] [notice] Child 3196: Child process is running [Thu Mar 04 20:09:00 2010] [notice] Child 3196: Acquired the start mutex. [Thu Mar 04 20:09:00 2010] [notice] Child 3308: Released the start mutex [Thu Mar 04 20:09:00 2010] [notice] Child 3196: Starting 64 worker threads. [Thu Mar 04 20:09:00 2010] [notice] Child 3196: Starting thread to listen on port 80. [Thu Mar 04 20:09:01 2010] [notice] Child 3308: All worker threads have exited. [Thu Mar 04 20:09:01 2010] [notice] Child 3308: Child process is exiting [Thu Mar 04 20:09:27 2010] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 2 in D:\\EasyPHP-5.3.1\\home\\alias.inc.php on line 69, referer: http://127.0.0.1/home/ [Thu Mar 04 20:09:27 2010] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 1 in D:\\EasyPHP-5.3.1\\home\\alias.inc.php on line 78, referer: http://127.0.0.1/home/ [Thu Mar 04 20:09:27 2010] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 1 in D:\\EasyPHP-5.3.1\\home\\alias.inc.php on line 91, referer: http://127.0.0.1/home/ [Thu Mar 04 20:09:27 2010] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 3 in D:\\EasyPHP-5.3.1\\home\\alias.inc.php on line 92, referer: http://127.0.0.1/home/ [Thu Mar 04 20:09:27 2010] [error] [client 127.0.0.1] PHP Notice: Undefined offset: 1 in D:\\EasyPHP-5.3.1\\home\\alias.inc.php on line 93, referer: http://127.0.0.1/home/ [Thu Mar 04 20:10:01 2010] [notice] Parent: Received restart signal -- Restarting the server. [Thu Mar 04 20:10:01 2010] [notice] Child 3196: Exit event signaled. Child process is ending. [Thu Mar 04 20:10:01 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:10:01 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:10:01 2010] [notice] Parent: Created child process 3836 [Thu Mar 04 20:10:02 2010] [notice] Child 3836: Child process is running [Thu Mar 04 20:10:02 2010] [notice] Child 3836: Acquired the start mutex. [Thu Mar 04 20:10:02 2010] [notice] Child 3196: Released the start mutex [Thu Mar 04 20:10:02 2010] [notice] Child 3836: Starting 64 worker threads. [Thu Mar 04 20:10:02 2010] [notice] Child 3836: Starting thread to listen on port 80. [Thu Mar 04 20:10:33 2010] [notice] Child 3196: Waiting 270 more seconds for 2 worker threads to finish. [Thu Mar 04 20:11:03 2010] [notice] Child 3196: Waiting 240 more seconds for 2 worker threads to finish. [Thu Mar 04 20:11:08 2010] [notice] Child 3196: All worker threads have exited. [Thu Mar 04 20:11:08 2010] [notice] Child 3196: Child process is exiting [Thu Mar 04 20:12:51 2010] [notice] Parent: Received restart signal -- Restarting the server. [Thu Mar 04 20:12:51 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:12:51 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:12:51 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:12:51 2010] [notice] Parent: Created child process 2724 [Thu Mar 04 20:12:51 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:12:51 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:12:51 2010] [notice] Child 2724: Child process is running [Thu Mar 04 20:12:52 2010] [notice] Child 2724: Acquired the start mutex. [Thu Mar 04 20:12:52 2010] [notice] Child 3836: Released the start mutex [Thu Mar 04 20:12:52 2010] [notice] Child 2724: Starting 64 worker threads. [Thu Mar 04 20:12:52 2010] [notice] Child 2724: Starting thread to listen on port 80. [Thu Mar 04 20:12:53 2010] [notice] Child 3836: All worker threads have exited. [Thu Mar 04 20:12:53 2010] [notice] Child 3836: Child process is exiting [Thu Mar 04 20:15:36 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/home/phpmyadmin [Thu Mar 04 20:16:29 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/home/phpmyadmin [Thu Mar 04 20:18:59 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/favicon.ico [Thu Mar 04 20:19:02 2010] [error] [client 127.0.0.1] File does not exist: D:/EasyPHP-5.3.1/www/favicon.ico [Thu Mar 04 20:25:48 2010] [notice] Parent: Received restart signal -- Restarting the server. [Thu Mar 04 20:25:48 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:25:48 2010] [notice] Apache/2.2.14 (Win32) PHP/5.3.1 configured -- resuming normal operations [Thu Mar 04 20:25:48 2010] [notice] Server built: Sep 28 2009 22:41:08 [Thu Mar 04 20:25:48 2010] [notice] Parent: Created child process 3296 [Thu Mar 04 20:25:48 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:25:48 2010] [warn] The Alias directive in D:/EasyPHP-5.3.1/apache/conf/httpd.conf at line 1030 will probably never match because it overlaps an earlier Alias. [Thu Mar 04 20:25:48 2010] [notice] Child 3296: Child process is running [Thu Mar 04 20:25:49 2010] [notice] Child 3296: Acquired the start mutex. [Thu Mar 04 20:25:49 2010] [notice] Child 2724: Released the start mutex [Thu Mar 04 20:25:49 2010] [notice] Child 3296: Starting 64 worker threads. [Thu Mar 04 20:25:50 2010] [notice] Child 2724: All worker threads have exited. [Thu Mar 04 20:25:50 2010] [notice] Child 3296: Starting thread to listen on port 80. [Thu Mar 04 20:25:50 2010] [notice] Child 2724: Child process is exiting
le log de EasyPHPCode:
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
59 100304 19:21:02 [Note] Plugin 'FEDERATED' is disabled. InnoDB: The first specified data file .\ibdata1 did not exist: InnoDB: a new database to be created! 100304 19:21:02 InnoDB: Setting file .\ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 100304 19:21:02 InnoDB: Log file .\ib_logfile0 did not exist: new to be created InnoDB: Setting log file .\ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 100304 19:21:02 InnoDB: Log file .\ib_logfile1 did not exist: new to be created InnoDB: Setting log file .\ib_logfile1 size to 5 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 100304 19:21:03 InnoDB: Started; log sequence number 0 0 100304 19:21:03 [Note] Event Scheduler: Loaded 0 events 100304 19:21:03 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:00:56 [Note] Plugin 'FEDERATED' is disabled. InnoDB: The log sequence number in ibdata files does not match InnoDB: the log sequence number in the ib_logfiles! 100304 20:00:56 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written data pages from the doublewrite InnoDB: buffer... 100304 20:00:56 InnoDB: Started; log sequence number 0 44233 100304 20:00:56 [Note] Recovering after a crash using mysql-bin 100304 20:00:56 [Note] Starting crash recovery... 100304 20:00:56 [Note] Crash recovery finished. 100304 20:00:56 [Note] Event Scheduler: Loaded 0 events 100304 20:00:56 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:08:59 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt normal du serveur 100304 20:08:59 [Note] Event Scheduler: Purging the queue. 0 events 100304 20:09:00 InnoDB: Starting shutdown... 100304 20:09:02 InnoDB: Shutdown completed; log sequence number 0 44233 100304 20:09:02 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt du serveur terminé 100304 20:09:04 [Note] Plugin 'FEDERATED' is disabled. 100304 20:09:04 InnoDB: Started; log sequence number 0 44233 100304 20:09:04 [Note] Event Scheduler: Loaded 0 events 100304 20:09:04 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL) 100304 20:25:48 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt normal du serveur 100304 20:25:48 [Note] Event Scheduler: Purging the queue. 0 events 100304 20:25:48 InnoDB: Starting shutdown... 100304 20:25:49 InnoDB: Shutdown completed; log sequence number 0 44233 100304 20:25:49 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: Arrêt du serveur terminé 100304 20:25:51 [Note] Plugin 'FEDERATED' is disabled. 100304 20:25:51 InnoDB: Started; log sequence number 0 44233 100304 20:25:51 [Note] Event Scheduler: Loaded 0 events 100304 20:25:51 [Note] D:\EASYPH~1.1\MySql\bin\mysqld.exe: ready for connections. Version: '5.1.43-community-log' socket: '' port: 3306 MySQL Community Server (GPL)
Quelqu'un aurait une idée ?Code:
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
59
60
61
62
63
64
65
66
67
68
69
70 04/03 19:20:59 EasyPHP EasyPHP Démarrage des serveurs 04/03 19:21:01 EasyPHP Apache CreateProcess "D:\EASYPH~1.1\Apache\bin\apache.exe" 04/03 19:21:02 EasyPHP CreateProcess "D:\EASYPH~1.1\MySql\bin\mysqld.exe --defaults-file="D:\EASYPH~1.1\MySql\my.ini" --language=french" 04/03 19:22:48 EasyPHP EasyPHP Arret des serveurs 04/03 19:22:48 EasyPHP Apache stop event: ap3144_shutdown 04/03 19:22:48 EasyPHP Apache::StopExe stop event ap3144_shutdown fail : 2 04/03 19:22:48 EasyPHP MySqlSutdown event = MySQLShutdown3812 04/03 19:22:48 EasyPHP MySqlSutdown event open fail = 2 04/03 20:00:53 EasyPHP EasyPHP Démarrage des serveurs 04/03 20:00:55 EasyPHP Apache CreateProcess "D:\EASYPH~1.1\Apache\bin\apache.exe" 04/03 20:00:56 EasyPHP CreateProcess "D:\EASYPH~1.1\MySql\bin\mysqld.exe --defaults-file="D:\EASYPH~1.1\MySql\my.ini" --language=french" 04/03 20:08:55 EasyPHP Apache Le fichier de configuration a été modifié 04/03 20:08:55 EasyPHP Apache restart event: ap628_restart 04/03 20:08:59 EasyPHP EasyPHP Redemarrage des serveurs 04/03 20:08:59 EasyPHP Apache restart event: ap628_restart 04/03 20:08:59 EasyPHP MySqlSutdown event = MySQLShutdown952 04/03 20:09:02 EasyPHP ServerBase::TimerProc : GetProcessVersion MySQL (pid: 952) error 5 04/03 20:09:03 EasyPHP CreateProcess "D:\EASYPH~1.1\MySql\bin\mysqld.exe --defaults-file="D:\EASYPH~1.1\MySql\my.ini" --language=french" 04/03 20:10:01 EasyPHP Apache Le fichier de configuration a été modifié 04/03 20:10:01 EasyPHP Apache restart event: ap628_restart 04/03 20:12:51 EasyPHP Apache Le fichier de configuration a été modifié 04/03 20:12:51 EasyPHP Apache restart event: ap628_restart 04/03 20:14:58 EasyPHP Extension php_bz2 present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_curl present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_dba present=no (2) available=no API=0 04/03 20:14:58 EasyPHP Extension php_exif present=yes (126) available=no API=0 04/03 20:14:58 EasyPHP Extension php_fileinfo present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_gd2 present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_gettext present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_gmp present=no (2) available=no API=0 04/03 20:14:58 EasyPHP Extension php_intl present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_imap present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_interbase present=no (2) available=no API=0 04/03 20:14:58 EasyPHP Extension php_ldap present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_mbstring present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_ming present=no (2) available=no API=0 04/03 20:14:58 EasyPHP Extension php_mssql present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_mysql present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_mysqli present=yes (0) available=yes API=20090626 04/03 20:14:58 EasyPHP Extension php_oci8 present=yes (126) available=no API=0 04/03 20:14:58 EasyPHP Extension php_oci8_11g present=yes (126) available=no API=0 04/03 20:14:59 EasyPHP Extension php_openssl present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pdo_firebird present=no (2) available=no API=0 04/03 20:14:59 EasyPHP Extension php_pdo_mssql present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pdo_mysql present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pdo_oci present=yes (126) available=no API=0 04/03 20:14:59 EasyPHP Extension php_pdo_odbc present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pdo_pgsql present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pdo_sqlite present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_pgsql present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_phar present=no (2) available=no API=0 04/03 20:14:59 EasyPHP Extension php_pspell present=no (2) available=no API=0 04/03 20:14:59 EasyPHP Extension php_shmop present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_snmp present=no (2) available=no API=0 04/03 20:14:59 EasyPHP Extension php_soap present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_sockets present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_sqlite present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_sqlite3 present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_sybase_ct present=yes (126) available=no API=0 04/03 20:14:59 EasyPHP Extension php_tidy present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_xmlrpc present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_xsl present=yes (0) available=yes API=20090626 04/03 20:14:59 EasyPHP Extension php_zip present=no (2) available=no API=0 04/03 20:21:57 EasyPHP OnExplore : D:\EASYPH~1.1\www 04/03 20:25:48 EasyPHP EasyPHP Redemarrage des serveurs 04/03 20:25:48 EasyPHP Apache restart event: ap628_restart 04/03 20:25:48 EasyPHP MySqlSutdown event = MySQLShutdown4052 04/03 20:25:50 EasyPHP ServerBase::TimerProc : GetProcessVersion MySQL (pid: 4052) error 5 04/03 20:25:51 EasyPHP CreateProcess "D:\EASYPH~1.1\MySql\bin\mysqld.exe --defaults-file="D:\EASYPH~1.1\MySql\my.ini" --language=french"
Je précise que le code PHP s'exécute correctement
J'ai placé un index.php sous le /www/index.php avec un bête echo et il me répond bien
Je suis également étonné de ne pas trouver ma base MySQL dans les services windows ( peut-être normal ? )
Merci d'avance :)